Shades of Cardinal #D12047
Tints of Cardinal #D12047
RGB
CMYK
RGB Variations
Color information
#D12047 (or 0xD12047) is known color: Cardinal. HEX triplet: D1, 20 and 47. RGB value is (209,32,71). Sum of RGB (Red+Green+Blue) = 209+32+71=312 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.99% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 209 - color contains mainly: red. Hex color #D12047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12047 is #2EDFB8. Grayscale: #595959. Windows color (decimal): -3071929 or 4661457. OLE color: 4661457.
HSL color Cylindrical-coordinate representation of color #D12047: hue angle of 346.78º 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 #D12047 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 71 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.18 |
| HSL | 346.78º | 0.73% | 0.47% | - |
| HSV(B) | 346.78º | 0.85% | 0.82% | - |
| XYZ | 27.95 | 15.04 | 7.39 | - |
| YUV | 89.37 | 117.64 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 71 | 0 | 0.85 | 0.66 | 0.18 | 346.78 | 0.73 | 0.47 |
| Hex | D1 | 20 | 47 | 0 | 55 | 42 | 12 | 15B | 49 | 2F |
| Octal | 321 | 40 | 107 | 0 | 125 | 102 | 22 | 533 | 111 | 57 |
| Binary | 11010001 | 100000 | 1000111 | 0 | 1010101 | 1000010 | 10010 | 101011011 | 1001001 | 101111 |
Color Harmonies of #D12047
Complementary color
Monochromatic Colors of #D12047
Black with #D12047
Text Example
Text Example
White with #D12047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12047; }
p { color: rgb(209,32,71); }
H1.HeaderClassName
{
color: #D12047;
}
.AnyTagClassName
{
color: #D12047;
}
</style>
background-color css
<style>
a { background-color: #D12047; }
a { background-color: rgb(209,32,71); }
div.DivClassName
{
background-color: #D12047;
}
.BgClassName
{
background-color: #D12047;
}
</style>
border-color css
<style>
span { border-color: #D12047; }
span { border-color: rgb(209,32,71); }
td.TdClassName
{
border-color: #D12047;
}
.TagClassName
{
border-color: #D12047;
}
</style>