Shades of Dark Red #981C04
Tints of Dark Red #981C04
RGB
CMYK
RGB Variations
Color information
#981C04 (or 0x981C04) is known color: Dark Red. HEX triplet: 98, 1C and 04. RGB value is (152,28,4). Sum of RGB (Red+Green+Blue) = 152+28+4=184 (24% of max value = 765). Red value is 152 (59.77% from 255 or 82.61% from 184); Green value is 28 (11.33% from 255 or 15.22% from 184); Blue value is 4 (1.95% from 255 or 2.17% from 184); Max value from RGB is 152 - color contains mainly: red. Hex color #981C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981C04 is #67E3FB. Grayscale: #3E3E3E. Windows color (decimal): -6808572 or 269464. OLE color: 269464.
HSL color Cylindrical-coordinate representation of color #981C04: hue angle of 9.73º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #981C04 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 28 | 4 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.40 |
| HSL | 9.73º | 0.95% | 0.31% | - |
| HSV(B) | 9.73º | 0.97% | 0.6% | - |
| XYZ | 13.39 | 7.51 | 0.86 | - |
| YUV | 62.34 | 95.08 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 28 | 4 | 0 | 0.82 | 0.97 | 0.40 | 9.73 | 0.95 | 0.31 |
| Hex | 98 | 1C | 4 | 0 | 52 | 61 | 28 | A | 5F | 1F |
| Octal | 230 | 34 | 4 | 0 | 122 | 141 | 50 | 12 | 137 | 37 |
| Binary | 10011000 | 11100 | 100 | 0 | 1010010 | 1100001 | 101000 | 1010 | 1011111 | 11111 |
Color Harmonies of #981C04
Complementary color
Monochromatic Colors of #981C04
Black with #981C04
Text Example
Text Example
White with #981C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981C04; }
p { color: rgb(152,28,4); }
H1.HeaderClassName
{
color: #981C04;
}
.AnyTagClassName
{
color: #981C04;
}
</style>
background-color css
<style>
a { background-color: #981C04; }
a { background-color: rgb(152,28,4); }
div.DivClassName
{
background-color: #981C04;
}
.BgClassName
{
background-color: #981C04;
}
</style>
border-color css
<style>
span { border-color: #981C04; }
span { border-color: rgb(152,28,4); }
td.TdClassName
{
border-color: #981C04;
}
.TagClassName
{
border-color: #981C04;
}
</style>