Shades of Dark Red #971203
Tints of Dark Red #971203
RGB
CMYK
RGB Variations
Color information
#971203 (or 0x971203) is known color: Dark Red. HEX triplet: 97, 12 and 03. RGB value is (151,18,3). Sum of RGB (Red+Green+Blue) = 151+18+3=172 (22% of max value = 765). Red value is 151 (59.38% from 255 or 87.79% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 3 (1.56% from 255 or 1.74% from 172); Max value from RGB is 151 - color contains mainly: red. Hex color #971203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971203 is #68EDFC. Grayscale: #383838. Windows color (decimal): -6876669 or 201367. OLE color: 201367.
HSL color Cylindrical-coordinate representation of color #971203: hue angle of 6.08º 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 #971203 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 18 | 3 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.41 |
| HSL | 6.08º | 0.96% | 0.3% | - |
| HSV(B) | 6.08º | 0.98% | 0.59% | - |
| XYZ | 13 | 7.02 | 0.76 | - |
| YUV | 56.06 | 98.06 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 18 | 3 | 0 | 0.88 | 0.98 | 0.41 | 6.08 | 0.96 | 0.3 |
| Hex | 97 | 12 | 3 | 0 | 58 | 62 | 29 | 6 | 60 | 1E |
| Octal | 227 | 22 | 3 | 0 | 130 | 142 | 51 | 6 | 140 | 36 |
| Binary | 10010111 | 10010 | 11 | 0 | 1011000 | 1100010 | 101001 | 110 | 1100000 | 11110 |
Color Harmonies of #971203
Complementary color
Monochromatic Colors of #971203
Black with #971203
Text Example
Text Example
White with #971203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971203; }
p { color: rgb(151,18,3); }
H1.HeaderClassName
{
color: #971203;
}
.AnyTagClassName
{
color: #971203;
}
</style>
background-color css
<style>
a { background-color: #971203; }
a { background-color: rgb(151,18,3); }
div.DivClassName
{
background-color: #971203;
}
.BgClassName
{
background-color: #971203;
}
</style>
border-color css
<style>
span { border-color: #971203; }
span { border-color: rgb(151,18,3); }
td.TdClassName
{
border-color: #971203;
}
.TagClassName
{
border-color: #971203;
}
</style>