Html Css Color HEX #9E1109 Dark Red

📋 copy color: '#9E1109'

red 158 ◦ green 17 ◦ blue 9

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

Shades of Dark Red #9E1109

Tints of Dark Red #9E1109

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.24%

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

R = 85.87%
G = 9.24%
B = 4.89%

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

#9E1109 (or 0x9E1109) is known color: Dark Red. HEX triplet: 9E, 11 and 09. RGB value is (158,17,9). Sum of RGB (Red+Green+Blue) = 158+17+9=184 (24% of max value = 765). Red value is 158 (62.11% from 255 or 85.87% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 9 (3.91% from 255 or 4.89% from 184); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1109 is #61EEF6. Grayscale: #3A3A3A. Windows color (decimal): -6418167 or 594334. OLE color: 594334.

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

Color convert

RGB 158 17 9 -
CMYK 0 0.89 0.94 0.38
HSL 3.22º 0.89% 0.33% -
HSV(B) 3.22º 0.94% 0.62% -
XYZ 14.35 7.69 0.99 -
YUV 58.25 100.21 199.15 -
System Red Green Blue C M Y K H S L
Decimal 158 17 9 0 0.89 0.94 0.38 3.22 0.89 0.33
Hex 9E 11 9 0 59 5E 26 3 59 21
Octal 236 21 11 0 131 136 46 3 131 41
Binary 10011110 10001 1001 0 1011001 1011110 100110 11 1011001 100001

Color Harmonies of #9E1109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1109

Black with #9E1109

Text Example


Text Example

White with #9E1109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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