#9E1709

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

Shades of Dark Red #9E1709

Tints of Dark Red #9E1709

Color information

#9E1709 (or 0x9E1709) is unknown color: approx Dark Red. HEX triplet: 9E, 17 and 09. RGB value is (158,23,9). Sum of RGB (Red+Green+Blue) = 158+23+9=190 (25% of max value = 765). Red value is 158 (62.11% from 255 or 83.16% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 9 (3.91% from 255 or 4.74% from 190); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1709 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1709 is #61E8F6. Grayscale: #3D3D3D. Windows color (decimal): -6416631 or 595870. OLE color: 595870.

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

Color convert

RGB158239-
CMYK00.850.940.38
HSL5.64º89.22%32.75%-
HSV(B)5.64º94.3%61.96%-
XYZ14.467.91.02-
YUV61.7798.23196.64-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 83.16%
GREEN value IS 23 (9.38% from 255) = 12.11%
BLUE value IS 9 (3.91% from 255) = 4.74%
R=83.16%
G=12.11%
B=4.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15823900.850.940.385.6489.2232.75
Hex9E1790555E2665921
Octal2362711012513646613141
Binary100111101011110010101010110111101001101101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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