Shades of Dark Red #980302
Tints of Dark Red #980302
RGB
CMYK
RGB Variations
Color information
#980302 (or 0x980302) is known color: Dark Red. HEX triplet: 98, 03 and 02. RGB value is (152,3,2). Sum of RGB (Red+Green+Blue) = 152+3+2=157 (20% of max value = 765). Red value is 152 (59.77% from 255 or 96.82% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 152 - color contains mainly: red. Hex color #980302 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980302 is #67FCFD. Grayscale: #2F2F2F. Windows color (decimal): -6814974 or 131992. OLE color: 131992.
HSL color Cylindrical-coordinate representation of color #980302: hue angle of 0.4º degrees, saturation: 0.97, 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 #980302 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 3 | 2 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.40 |
| HSL | 0.4º | 0.97% | 0.3% | - |
| HSV(B) | 0.4º | 0.99% | 0.6% | - |
| XYZ | 12.99 | 6.74 | 0.67 | - |
| YUV | 47.44 | 102.36 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 3 | 2 | 0 | 0.98 | 0.99 | 0.40 | 0.4 | 0.97 | 0.3 |
| Hex | 98 | 3 | 2 | 0 | 62 | 63 | 28 | 0 | 61 | 1E |
| Octal | 230 | 3 | 2 | 0 | 142 | 143 | 50 | 0 | 141 | 36 |
| Binary | 10011000 | 11 | 10 | 0 | 1100010 | 1100011 | 101000 | 0 | 1100001 | 11110 |
Color Harmonies of #980302
Complementary color
Monochromatic Colors of #980302
Black with #980302
Text Example
Text Example
White with #980302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980302; }
p { color: rgb(152,3,2); }
H1.HeaderClassName
{
color: #980302;
}
.AnyTagClassName
{
color: #980302;
}
</style>
background-color css
<style>
a { background-color: #980302; }
a { background-color: rgb(152,3,2); }
div.DivClassName
{
background-color: #980302;
}
.BgClassName
{
background-color: #980302;
}
</style>
border-color css
<style>
span { border-color: #980302; }
span { border-color: rgb(152,3,2); }
td.TdClassName
{
border-color: #980302;
}
.TagClassName
{
border-color: #980302;
}
</style>