Shades of Dark Red #890E02
Tints of Dark Red #890E02
RGB
CMYK
RGB Variations
Color information
#890E02 (or 0x890E02) is known color: Dark Red. HEX triplet: 89, 0E and 02. RGB value is (137,14,2). Sum of RGB (Red+Green+Blue) = 137+14+2=153 (20% of max value = 765). Red value is 137 (53.91% from 255 or 89.54% from 153); Green value is 14 (5.86% from 255 or 9.15% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 137 - color contains mainly: red. Hex color #890E02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890E02 is #76F1FD. Grayscale: #313131. Windows color (decimal): -7795198 or 134793. OLE color: 134793.
HSL color Cylindrical-coordinate representation of color #890E02: hue angle of 5.33º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #890E02 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 14 | 2 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.46 |
| HSL | 5.33º | 0.97% | 0.27% | - |
| HSV(B) | 5.33º | 0.99% | 0.54% | - |
| XYZ | 10.48 | 5.64 | 0.59 | - |
| YUV | 49.41 | 101.25 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 14 | 2 | 0 | 0.90 | 0.99 | 0.46 | 5.33 | 0.97 | 0.27 |
| Hex | 89 | E | 2 | 0 | 5A | 63 | 2E | 5 | 61 | 1B |
| Octal | 211 | 16 | 2 | 0 | 132 | 143 | 56 | 5 | 141 | 33 |
| Binary | 10001001 | 1110 | 10 | 0 | 1011010 | 1100011 | 101110 | 101 | 1100001 | 11011 |
Color Harmonies of #890E02
Complementary color
Monochromatic Colors of #890E02
Black with #890E02
Text Example
Text Example
White with #890E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890E02; }
p { color: rgb(137,14,2); }
H1.HeaderClassName
{
color: #890E02;
}
.AnyTagClassName
{
color: #890E02;
}
</style>
background-color css
<style>
a { background-color: #890E02; }
a { background-color: rgb(137,14,2); }
div.DivClassName
{
background-color: #890E02;
}
.BgClassName
{
background-color: #890E02;
}
</style>
border-color css
<style>
span { border-color: #890E02; }
span { border-color: rgb(137,14,2); }
td.TdClassName
{
border-color: #890E02;
}
.TagClassName
{
border-color: #890E02;
}
</style>