#981F25

Color #981F25 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #981F25

Tints of Bright Red #981F25

Color information

#981F25 (or 0x981F25) is unknown color: approx Bright Red. HEX triplet: 98, 1F and 25. RGB value is (152,31,37). Sum of RGB (Red+Green+Blue) = 152+31+37=220 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.09% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 152 - color contains mainly: red. Hex color #981F25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981F25 is #67E0DA. Grayscale: #434343. Windows color (decimal): -6807771 or 2432920. OLE color: 2432920.

HSL color Cylindrical-coordinate representation of color #981F25: hue angle of 357.02º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #981F25 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB1523137-
CMYK00.800.760.40
HSL357.02º66.12%35.88%-
HSV(B)357.02º79.61%59.61%-
XYZ13.777.792.53-
YUV67.86110.59188.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 69.09%
GREEN value IS 31 (12.5% from 255) = 14.09%
BLUE value IS 37 (14.84% from 255) = 16.82%
R=69.09%
G=14.09%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152313700.800.760.40357.0266.1235.88
Hex981F250504C281654224
Octal230374501201145054510244
Binary10011000111111001010101000010011001010001011001011000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981F25; }

 p { color: rgb(152,31,37); }

 H1.HeaderClassName
 {
   color: #981F25;
 }
 .AnyTagClassName
 {
   color: #981F25;
 }
</style>
background-color css

<style>
 a { background-color: #981F25; }

 a { background-color: rgb(152,31,37); }

 div.DivClassName
 {
   background-color: #981F25;
 }
 .BgClassName
 {
   background-color: #981F25;
 }
</style>
border-color css

<style>
 span { border-color: #981F25; }

 span { border-color: rgb(152,31,37); }

 td.TdClassName
 {
   border-color: #981F25;
 }
 .TagClassName
 {
   border-color: #981F25;
 }
</style>