#9E1803

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

Shades of Dark Red #9E1803

Tints of Dark Red #9E1803

Color information

#9E1803 (or 0x9E1803) is unknown color: approx Dark Red. HEX triplet: 9E, 18 and 03. RGB value is (158,24,3). Sum of RGB (Red+Green+Blue) = 158+24+3=185 (24% of max value = 765). Red value is 158 (62.11% from 255 or 85.41% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 3 (1.56% from 255 or 1.62% from 185); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1803 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1803 is #61E7FC. Grayscale: #3D3D3D. Windows color (decimal): -6416381 or 202910. OLE color: 202910.

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

Color convert

RGB158243-
CMYK00.850.980.38
HSL8.13º96.27%31.57%-
HSV(B)8.13º98.1%61.96%-
XYZ14.447.930.86-
YUV61.6794.89196.71-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 85.41%
GREEN value IS 24 (9.77% from 255) = 12.97%
BLUE value IS 3 (1.56% from 255) = 1.62%
R=85.41%
G=12.97%
B=1.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.98
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15824300.850.980.388.1396.2731.57
Hex9E183055622686020
Octal2363030125142461014040
Binary10011110110001101010101110001010011010001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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