Html Css Color HEX #9E1408 Dark Red

📋 copy color: '#9E1408'

red 158 ◦ green 20 ◦ blue 8

#9E1408
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #9E1408

Tints of Dark Red #9E1408

RGB

 RED value IS 158 (62.11% from 255) = 84.95%

 GREEN value IS 20 (8.2% from 255) = 10.75%

 BLUE value IS 8 (3.52% from 255) = 4.3%

R = 84.95%
G = 10.75%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.38

RGB Variations

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

Color information

#9E1408 (or 0x9E1408) is known color: Dark Red. HEX triplet: 9E, 14 and 08. RGB value is (158,20,8). Sum of RGB (Red+Green+Blue) = 158+20+8=186 (24% of max value = 765). Red value is 158 (62.11% from 255 or 84.95% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 8 (3.52% from 255 or 4.30% from 186); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1408 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1408 is #61EBF7. Grayscale: #3C3C3C. Windows color (decimal): -6417400 or 529566. OLE color: 529566.

HSL color Cylindrical-coordinate representation of color #9E1408: hue angle of 4.8º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E1408 is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 20 8 -
CMYK 0 0.87 0.95 0.38
HSL 4.8º 0.9% 0.33% -
HSV(B) 4.8º 0.95% 0.62% -
XYZ 14.39 7.79 0.97 -
YUV 59.89 98.72 197.98 -
System Red Green Blue C M Y K H S L
Decimal 158 20 8 0 0.87 0.95 0.38 4.8 0.9 0.33
Hex 9E 14 8 0 57 5F 26 5 5A 21
Octal 236 24 10 0 127 137 46 5 132 41
Binary 10011110 10100 1000 0 1010111 1011111 100110 101 1011010 100001

Color Harmonies of #9E1408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1408

Black with #9E1408

Text Example


Text Example

White with #9E1408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E1408; }

 p { color: rgb(158,20,8); }

 H1.HeaderClassName
 {
   color: #9E1408;
 }
 .AnyTagClassName
 {
   color: #9E1408;
 }
</style>

background-color css

<style>
 a { background-color: #9E1408; }

 a { background-color: rgb(158,20,8); }

 div.DivClassName
 {
   background-color: #9E1408;
 }
 .BgClassName
 {
   background-color: #9E1408;
 }
</style>

border-color css

<style>
 span { border-color: #9E1408; }

 span { border-color: rgb(158,20,8); }

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