#9E1207

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

Shades of Dark Red #9E1207

Tints of Dark Red #9E1207

Color information

#9E1207 (or 0x9E1207) is unknown color: approx Dark Red. HEX triplet: 9E, 12 and 07. RGB value is (158,18,7). Sum of RGB (Red+Green+Blue) = 158+18+7=183 (24% of max value = 765). Red value is 158 (62.11% from 255 or 86.34% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 7 (3.12% from 255 or 3.83% from 183); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1207 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1207 is #61EDF8. Grayscale: #3A3A3A. Windows color (decimal): -6417913 or 463518. OLE color: 463518.

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

Color convert

RGB158187-
CMYK00.890.960.38
HSL4.37º91.52%32.35%-
HSV(B)4.37º95.57%61.96%-
XYZ14.367.720.93-
YUV58.6198.88198.89-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 86.34%
GREEN value IS 18 (7.42% from 255) = 9.84%
BLUE value IS 7 (3.12% from 255) = 3.83%
R=86.34%
G=9.84%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15818700.890.960.384.3791.5232.35
Hex9E127059602645c20
Octal236227013114046413440
Binary10011110100101110101100111000001001101001011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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