Html Css Color HEX #9E1209 Dark Red

📋 copy color: '#9E1209'

red 158 ◦ green 18 ◦ blue 9

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

Shades of Dark Red #9E1209

Tints of Dark Red #9E1209

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.73%

 BLUE value IS 9 (3.91% from 255) = 4.86%

R = 85.41%
G = 9.73%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9E1209 (or 0x9E1209) is known color: Dark Red. HEX triplet: 9E, 12 and 09. RGB value is (158,18,9). Sum of RGB (Red+Green+Blue) = 158+18+9=185 (24% of max value = 765). Red value is 158 (62.11% from 255 or 85.41% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 9 (3.91% from 255 or 4.86% from 185); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1209 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1209 is #61EDF6. Grayscale: #3B3B3B. Windows color (decimal): -6417911 or 594590. OLE color: 594590.

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

Color convert

RGB 158 18 9 -
CMYK 0 0.89 0.94 0.38
HSL 3.62º 0.89% 0.33% -
HSV(B) 3.62º 0.94% 0.62% -
XYZ 14.37 7.72 0.99 -
YUV 58.83 99.88 198.73 -
System Red Green Blue C M Y K H S L
Decimal 158 18 9 0 0.89 0.94 0.38 3.62 0.89 0.33
Hex 9E 12 9 0 59 5E 26 4 59 21
Octal 236 22 11 0 131 136 46 4 131 41
Binary 10011110 10010 1001 0 1011001 1011110 100110 100 1011001 100001

Color Harmonies of #9E1209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1209

Black with #9E1209

Text Example


Text Example

White with #9E1209

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,18,9); }

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

background-color css

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

 a { background-color: rgb(158,18,9); }

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

border-color css

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

 span { border-color: rgb(158,18,9); }

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