Shades of Dark Red #900E08
Tints of Dark Red #900E08
RGB
CMYK
RGB Variations
Color information
#900E08 (or 0x900E08) is known color: Dark Red. HEX triplet: 90, 0E and 08. RGB value is (144,14,8). Sum of RGB (Red+Green+Blue) = 144+14+8=166 (21% of max value = 765). Red value is 144 (56.64% from 255 or 86.75% from 166); Green value is 14 (5.86% from 255 or 8.43% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 144 - color contains mainly: red. Hex color #900E08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900E08 is #6FF1F7. Grayscale: #343434. Windows color (decimal): -7336440 or 528016. OLE color: 528016.
HSL color Cylindrical-coordinate representation of color #900E08: hue angle of 2.65º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900E08 is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 14 | 8 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.44 |
| HSL | 2.65º | 0.89% | 0.3% | - |
| HSV(B) | 2.65º | 0.94% | 0.56% | - |
| XYZ | 11.7 | 6.26 | 0.82 | - |
| YUV | 52.19 | 103.07 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 14 | 8 | 0 | 0.90 | 0.94 | 0.44 | 2.65 | 0.89 | 0.3 |
| Hex | 90 | E | 8 | 0 | 5A | 5E | 2C | 3 | 59 | 1E |
| Octal | 220 | 16 | 10 | 0 | 132 | 136 | 54 | 3 | 131 | 36 |
| Binary | 10010000 | 1110 | 1000 | 0 | 1011010 | 1011110 | 101100 | 11 | 1011001 | 11110 |
Color Harmonies of #900E08
Complementary color
Monochromatic Colors of #900E08
Black with #900E08
Text Example
Text Example
White with #900E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900E08; }
p { color: rgb(144,14,8); }
H1.HeaderClassName
{
color: #900E08;
}
.AnyTagClassName
{
color: #900E08;
}
</style>
background-color css
<style>
a { background-color: #900E08; }
a { background-color: rgb(144,14,8); }
div.DivClassName
{
background-color: #900E08;
}
.BgClassName
{
background-color: #900E08;
}
</style>
border-color css
<style>
span { border-color: #900E08; }
span { border-color: rgb(144,14,8); }
td.TdClassName
{
border-color: #900E08;
}
.TagClassName
{
border-color: #900E08;
}
</style>