#9E1108

Color #9E1108 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #9E1108

Tints of Dark Red #9E1108

Color information

#9E1108 (or 0x9E1108) is unknown color: approx Dark Red. HEX triplet: 9E, 11 and 08. RGB value is (158,17,8). Sum of RGB (Red+Green+Blue) = 158+17+8=183 (24% of max value = 765). Red value is 158 (62.11% from 255 or 86.34% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1108 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1108 is #61EEF7. Grayscale: #3A3A3A. Windows color (decimal): -6418168 or 528798. OLE color: 528798.

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

Color convert

RGB158178-
CMYK00.890.950.38
HSL3.6º90.36%32.55%-
HSV(B)3.6º94.94%61.96%-
XYZ14.347.690.96-
YUV58.1399.71199.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 86.34%
GREEN value IS 17 (7.03% from 255) = 9.29%
BLUE value IS 8 (3.52% from 255) = 4.37%
R=86.34%
G=9.29%
B=4.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.95
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15817800.890.950.383.690.3632.55
Hex9E1180595F2645a21
Octal2362110013113746413241
Binary100111101000110000101100110111111001101001011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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