#9E1407

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

Shades of Dark Red #9E1407

Tints of Dark Red #9E1407

Color information

#9E1407 (or 0x9E1407) is unknown color: approx Dark Red. HEX triplet: 9E, 14 and 07. RGB value is (158,20,7). Sum of RGB (Red+Green+Blue) = 158+20+7=185 (24% of max value = 765). Red value is 158 (62.11% from 255 or 85.41% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 7 (3.12% from 255 or 3.78% from 185); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1407 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1407 is #61EBF8. Grayscale: #3B3B3B. Windows color (decimal): -6417401 or 464030. OLE color: 464030.

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

Color convert

RGB158207-
CMYK00.870.960.38
HSL5.17º91.52%32.35%-
HSV(B)5.17º95.57%61.96%-
XYZ14.397.780.95-
YUV59.7898.22198.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 85.41%
GREEN value IS 20 (8.20% from 255) = 10.81%
BLUE value IS 7 (3.12% from 255) = 3.78%
R=85.41%
G=10.81%
B=3.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15820700.870.960.385.1791.5232.35
Hex9E147057602655c20
Octal236247012714046513440
Binary10011110101001110101011111000001001101011011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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