Shades of Dark Red #971A03
Tints of Dark Red #971A03
RGB
CMYK
RGB Variations
Color information
#971A03 (or 0x971A03) is known color: Dark Red. HEX triplet: 97, 1A and 03. RGB value is (151,26,3). Sum of RGB (Red+Green+Blue) = 151+26+3=180 (23% of max value = 765). Red value is 151 (59.38% from 255 or 83.89% from 180); Green value is 26 (10.55% from 255 or 14.44% from 180); Blue value is 3 (1.56% from 255 or 1.67% from 180); Max value from RGB is 151 - color contains mainly: red. Hex color #971A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971A03 is #68E5FC. Grayscale: #3C3C3C. Windows color (decimal): -6874621 or 203415. OLE color: 203415.
HSL color Cylindrical-coordinate representation of color #971A03: hue angle of 9.32º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #971A03 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 26 | 3 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.41 |
| HSL | 9.32º | 0.96% | 0.3% | - |
| HSV(B) | 9.32º | 0.98% | 0.59% | - |
| XYZ | 13.15 | 7.32 | 0.81 | - |
| YUV | 60.75 | 95.41 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 26 | 3 | 0 | 0.83 | 0.98 | 0.41 | 9.32 | 0.96 | 0.3 |
| Hex | 97 | 1A | 3 | 0 | 53 | 62 | 29 | 9 | 60 | 1E |
| Octal | 227 | 32 | 3 | 0 | 123 | 142 | 51 | 11 | 140 | 36 |
| Binary | 10010111 | 11010 | 11 | 0 | 1010011 | 1100010 | 101001 | 1001 | 1100000 | 11110 |
Color Harmonies of #971A03
Complementary color
Monochromatic Colors of #971A03
Black with #971A03
Text Example
Text Example
White with #971A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971A03; }
p { color: rgb(151,26,3); }
H1.HeaderClassName
{
color: #971A03;
}
.AnyTagClassName
{
color: #971A03;
}
</style>
background-color css
<style>
a { background-color: #971A03; }
a { background-color: rgb(151,26,3); }
div.DivClassName
{
background-color: #971A03;
}
.BgClassName
{
background-color: #971A03;
}
</style>
border-color css
<style>
span { border-color: #971A03; }
span { border-color: rgb(151,26,3); }
td.TdClassName
{
border-color: #971A03;
}
.TagClassName
{
border-color: #971A03;
}
</style>