Html Css Color HEX #9E0A09 Dark Red

📋 copy color: '#9E0A09'

red 158 ◦ green 10 ◦ blue 9

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

Shades of Dark Red #9E0A09

Tints of Dark Red #9E0A09

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.65%

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

R = 89.27%
G = 5.65%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9E0A09 (or 0x9E0A09) is known color: Dark Red. HEX triplet: 9E, 0A and 09. RGB value is (158,10,9). Sum of RGB (Red+Green+Blue) = 158+10+9=177 (23% of max value = 765). Red value is 158 (62.11% from 255 or 89.27% from 177); Green value is 10 (4.30% from 255 or 5.65% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0A09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0A09 is #61F5F6. Grayscale: #363636. Windows color (decimal): -6419959 or 592542. OLE color: 592542.

HSL color Cylindrical-coordinate representation of color #9E0A09: hue angle of 0.4º 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 #9E0A09 is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 10 9 -
CMYK 0 0.94 0.94 0.38
HSL 0.4º 0.89% 0.33% -
HSV(B) 0.4º 0.94% 0.62% -
XYZ 14.26 7.51 0.96 -
YUV 54.14 102.53 202.08 -
System Red Green Blue C M Y K H S L
Decimal 158 10 9 0 0.94 0.94 0.38 0.4 0.89 0.33
Hex 9E A 9 0 5E 5E 26 0 59 21
Octal 236 12 11 0 136 136 46 0 131 41
Binary 10011110 1010 1001 0 1011110 1011110 100110 0 1011001 100001

Color Harmonies of #9E0A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0A09

Black with #9E0A09

Text Example


Text Example

White with #9E0A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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