#9E1805

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

Shades of Dark Red #9E1805

Tints of Dark Red #9E1805

Color information

#9E1805 (or 0x9E1805) is unknown color: approx Dark Red. HEX triplet: 9E, 18 and 05. RGB value is (158,24,5). Sum of RGB (Red+Green+Blue) = 158+24+5=187 (24% of max value = 765). Red value is 158 (62.11% from 255 or 84.49% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1805 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1805 is #61E7FA. Grayscale: #3E3E3E. Windows color (decimal): -6416379 or 333982. OLE color: 333982.

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

Color convert

RGB158245-
CMYK00.850.970.38
HSL7.45º93.87%31.96%-
HSV(B)7.45º96.84%61.96%-
XYZ14.457.930.91-
YUV61.995.89196.54-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 84.49%
GREEN value IS 24 (9.77% from 255) = 12.83%
BLUE value IS 5 (2.34% from 255) = 2.67%
R=84.49%
G=12.83%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15824500.850.970.387.4593.8731.96
Hex9E185055612675e20
Octal236305012514146713640
Binary10011110110001010101010111000011001101111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,24,5); }

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

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

 a { background-color: rgb(158,24,5); }

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

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

 span { border-color: rgb(158,24,5); }

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