Shades of Dark Red #98120E
Tints of Dark Red #98120E
RGB
CMYK
RGB Variations
Color information
#98120E (or 0x98120E) is known color: Dark Red. HEX triplet: 98, 12 and 0E. RGB value is (152,18,14). Sum of RGB (Red+Green+Blue) = 152+18+14=184 (24% of max value = 765). Red value is 152 (59.77% from 255 or 82.61% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 14 (5.86% from 255 or 7.61% from 184); Max value from RGB is 152 - color contains mainly: red. Hex color #98120E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98120E is #67EDF1. Grayscale: #393939. Windows color (decimal): -6811122 or 922264. OLE color: 922264.
HSL color Cylindrical-coordinate representation of color #98120E: hue angle of 1.74º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98120E is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 18 | 14 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.40 |
| HSL | 1.74º | 0.83% | 0.33% | - |
| HSV(B) | 1.74º | 0.91% | 0.6% | - |
| XYZ | 13.24 | 7.14 | 1.1 | - |
| YUV | 57.61 | 103.39 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 18 | 14 | 0 | 0.88 | 0.91 | 0.40 | 1.74 | 0.83 | 0.33 |
| Hex | 98 | 12 | E | 0 | 58 | 5B | 28 | 2 | 53 | 21 |
| Octal | 230 | 22 | 16 | 0 | 130 | 133 | 50 | 2 | 123 | 41 |
| Binary | 10011000 | 10010 | 1110 | 0 | 1011000 | 1011011 | 101000 | 10 | 1010011 | 100001 |
Color Harmonies of #98120E
Complementary color
Monochromatic Colors of #98120E
Black with #98120E
Text Example
Text Example
White with #98120E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98120E; }
p { color: rgb(152,18,14); }
H1.HeaderClassName
{
color: #98120E;
}
.AnyTagClassName
{
color: #98120E;
}
</style>
background-color css
<style>
a { background-color: #98120E; }
a { background-color: rgb(152,18,14); }
div.DivClassName
{
background-color: #98120E;
}
.BgClassName
{
background-color: #98120E;
}
</style>
border-color css
<style>
span { border-color: #98120E; }
span { border-color: rgb(152,18,14); }
td.TdClassName
{
border-color: #98120E;
}
.TagClassName
{
border-color: #98120E;
}
</style>