Shades of Cardinal #D12037
Tints of Cardinal #D12037
RGB
CMYK
RGB Variations
Color information
#D12037 (or 0xD12037) is known color: Cardinal. HEX triplet: D1, 20 and 37. RGB value is (209,32,55). Sum of RGB (Red+Green+Blue) = 209+32+55=296 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.61% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 209 - color contains mainly: red. Hex color #D12037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12037 is #2EDFC8. Grayscale: #575757. Windows color (decimal): -3071945 or 3612881. OLE color: 3612881.
HSL color Cylindrical-coordinate representation of color #D12037: hue angle of 352.2º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D12037 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 55 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.18 |
| HSL | 352.2º | 0.73% | 0.47% | - |
| HSV(B) | 352.2º | 0.85% | 0.82% | - |
| XYZ | 27.5 | 14.86 | 5.03 | - |
| YUV | 87.55 | 109.64 | 214.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 55 | 0 | 0.85 | 0.74 | 0.18 | 352.2 | 0.73 | 0.47 |
| Hex | D1 | 20 | 37 | 0 | 55 | 4A | 12 | 160 | 49 | 2F |
| Octal | 321 | 40 | 67 | 0 | 125 | 112 | 22 | 540 | 111 | 57 |
| Binary | 11010001 | 100000 | 110111 | 0 | 1010101 | 1001010 | 10010 | 101100000 | 1001001 | 101111 |
Color Harmonies of #D12037
Complementary color
Monochromatic Colors of #D12037
Black with #D12037
Text Example
Text Example
White with #D12037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12037; }
p { color: rgb(209,32,55); }
H1.HeaderClassName
{
color: #D12037;
}
.AnyTagClassName
{
color: #D12037;
}
</style>
background-color css
<style>
a { background-color: #D12037; }
a { background-color: rgb(209,32,55); }
div.DivClassName
{
background-color: #D12037;
}
.BgClassName
{
background-color: #D12037;
}
</style>
border-color css
<style>
span { border-color: #D12037; }
span { border-color: rgb(209,32,55); }
td.TdClassName
{
border-color: #D12037;
}
.TagClassName
{
border-color: #D12037;
}
</style>