#9E0C07

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

Shades of Dark Red #9E0C07

Tints of Dark Red #9E0C07

Color information

#9E0C07 (or 0x9E0C07) is unknown color: approx Dark Red. HEX triplet: 9E, 0C and 07. RGB value is (158,12,7). Sum of RGB (Red+Green+Blue) = 158+12+7=177 (23% of max value = 765). Red value is 158 (62.11% from 255 or 89.27% from 177); Green value is 12 (5.08% from 255 or 6.78% from 177); Blue value is 7 (3.12% from 255 or 3.95% from 177); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0C07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0C07 is #61F3F8. Grayscale: #373737. Windows color (decimal): -6419449 or 461982. OLE color: 461982.

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

Color convert

RGB158127-
CMYK00.920.960.38
HSL1.99º91.52%32.35%-
HSV(B)1.99º95.57%61.96%-
XYZ14.277.550.91-
YUV55.08100.87201.41-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 89.27%
GREEN value IS 12 (5.08% from 255) = 6.78%
BLUE value IS 7 (3.12% from 255) = 3.95%
R=89.27%
G=6.78%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812700.920.960.381.9991.5232.35
Hex9EC705C602625c20
Octal236147013414046213440
Binary100111101100111010111001100000100110101011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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