Shades of Dark Red #9E1803
Tints of Dark Red #9E1803
RGB
CMYK
RGB Variations
Color information
#9E1803 (or 0x9E1803) is known color: 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
| RGB | 158 | 24 | 3 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.38 |
| HSL | 8.13º | 0.96% | 0.32% | - |
| HSV(B) | 8.13º | 0.98% | 0.62% | - |
| XYZ | 14.44 | 7.93 | 0.86 | - |
| YUV | 61.67 | 94.89 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 24 | 3 | 0 | 0.85 | 0.98 | 0.38 | 8.13 | 0.96 | 0.32 |
| Hex | 9E | 18 | 3 | 0 | 55 | 62 | 26 | 8 | 60 | 20 |
| Octal | 236 | 30 | 3 | 0 | 125 | 142 | 46 | 10 | 140 | 40 |
| Binary | 10011110 | 11000 | 11 | 0 | 1010101 | 1100010 | 100110 | 1000 | 1100000 | 100000 |
Color Harmonies of #9E1803
Complementary color
Monochromatic Colors of #9E1803
Black with #9E1803
Text Example
Text Example
White with #9E1803
Text Example
Text Example
HTML Codes & Css Web 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>