Shades of Dark Red #9E1001
Tints of Dark Red #9E1001
RGB
CMYK
RGB Variations
Color information
#9E1001 (or 0x9E1001) is known color: Dark Red. HEX triplet: 9E, 10 and 01. RGB value is (158,16,1). Sum of RGB (Red+Green+Blue) = 158+16+1=175 (23% of max value = 765). Red value is 158 (62.11% from 255 or 90.29% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1001 is #61EFFE. Grayscale: #383838. Windows color (decimal): -6418431 or 69790. OLE color: 69790.
HSL color Cylindrical-coordinate representation of color #9E1001: hue angle of 5.73º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E1001 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 16 | 1 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.38 |
| HSL | 5.73º | 0.99% | 0.31% | - |
| HSV(B) | 5.73º | 0.99% | 0.62% | - |
| XYZ | 14.29 | 7.64 | 0.75 | - |
| YUV | 56.75 | 96.54 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 16 | 1 | 0 | 0.90 | 0.99 | 0.38 | 5.73 | 0.99 | 0.31 |
| Hex | 9E | 10 | 1 | 0 | 5A | 63 | 26 | 6 | 63 | 1F |
| Octal | 236 | 20 | 1 | 0 | 132 | 143 | 46 | 6 | 143 | 37 |
| Binary | 10011110 | 10000 | 1 | 0 | 1011010 | 1100011 | 100110 | 110 | 1100011 | 11111 |
Color Harmonies of #9E1001
Complementary color
Monochromatic Colors of #9E1001
Black with #9E1001
Text Example
Text Example
White with #9E1001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1001; }
p { color: rgb(158,16,1); }
H1.HeaderClassName
{
color: #9E1001;
}
.AnyTagClassName
{
color: #9E1001;
}
</style>
background-color css
<style>
a { background-color: #9E1001; }
a { background-color: rgb(158,16,1); }
div.DivClassName
{
background-color: #9E1001;
}
.BgClassName
{
background-color: #9E1001;
}
</style>
border-color css
<style>
span { border-color: #9E1001; }
span { border-color: rgb(158,16,1); }
td.TdClassName
{
border-color: #9E1001;
}
.TagClassName
{
border-color: #9E1001;
}
</style>