Shades of Dark Red #981E01
Tints of Dark Red #981E01
RGB
CMYK
RGB Variations
Color information
#981E01 (or 0x981E01) is known color: Dark Red. HEX triplet: 98, 1E and 01. RGB value is (152,30,1). Sum of RGB (Red+Green+Blue) = 152+30+1=183 (24% of max value = 765). Red value is 152 (59.77% from 255 or 83.06% from 183); Green value is 30 (12.11% from 255 or 16.39% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 152 - color contains mainly: red. Hex color #981E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981E01 is #67E1FE. Grayscale: #3F3F3F. Windows color (decimal): -6808063 or 73368. OLE color: 73368.
HSL color Cylindrical-coordinate representation of color #981E01: hue angle of 11.52º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #981E01 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 30 | 1 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.40 |
| HSL | 11.52º | 0.99% | 0.3% | - |
| HSV(B) | 11.52º | 0.99% | 0.6% | - |
| XYZ | 13.42 | 7.61 | 0.79 | - |
| YUV | 63.17 | 92.92 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 30 | 1 | 0 | 0.80 | 0.99 | 0.40 | 11.52 | 0.99 | 0.3 |
| Hex | 98 | 1E | 1 | 0 | 50 | 63 | 28 | C | 63 | 1E |
| Octal | 230 | 36 | 1 | 0 | 120 | 143 | 50 | 14 | 143 | 36 |
| Binary | 10011000 | 11110 | 1 | 0 | 1010000 | 1100011 | 101000 | 1100 | 1100011 | 11110 |
Color Harmonies of #981E01
Complementary color
Monochromatic Colors of #981E01
Black with #981E01
Text Example
Text Example
White with #981E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981E01; }
p { color: rgb(152,30,1); }
H1.HeaderClassName
{
color: #981E01;
}
.AnyTagClassName
{
color: #981E01;
}
</style>
background-color css
<style>
a { background-color: #981E01; }
a { background-color: rgb(152,30,1); }
div.DivClassName
{
background-color: #981E01;
}
.BgClassName
{
background-color: #981E01;
}
</style>
border-color css
<style>
span { border-color: #981E01; }
span { border-color: rgb(152,30,1); }
td.TdClassName
{
border-color: #981E01;
}
.TagClassName
{
border-color: #981E01;
}
</style>