Shades of Cardinal #D12044
Tints of Cardinal #D12044
RGB
CMYK
RGB Variations
Color information
#D12044 (or 0xD12044) is known color: Cardinal. HEX triplet: D1, 20 and 44. RGB value is (209,32,68). Sum of RGB (Red+Green+Blue) = 209+32+68=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D12044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12044 is #2EDFBB. Grayscale: #595959. Windows color (decimal): -3071932 or 4464849. OLE color: 4464849.
HSL color Cylindrical-coordinate representation of color #D12044: hue angle of 347.8º 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 #D12044 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 68 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.18 |
| HSL | 347.8º | 0.73% | 0.47% | - |
| HSV(B) | 347.8º | 0.85% | 0.82% | - |
| XYZ | 27.85 | 15.01 | 6.9 | - |
| YUV | 89.03 | 116.14 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 68 | 0 | 0.85 | 0.67 | 0.18 | 347.8 | 0.73 | 0.47 |
| Hex | D1 | 20 | 44 | 0 | 55 | 43 | 12 | 15C | 49 | 2F |
| Octal | 321 | 40 | 104 | 0 | 125 | 103 | 22 | 534 | 111 | 57 |
| Binary | 11010001 | 100000 | 1000100 | 0 | 1010101 | 1000011 | 10010 | 101011100 | 1001001 | 101111 |
Color Harmonies of #D12044
Complementary color
Monochromatic Colors of #D12044
Black with #D12044
Text Example
Text Example
White with #D12044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12044; }
p { color: rgb(209,32,68); }
H1.HeaderClassName
{
color: #D12044;
}
.AnyTagClassName
{
color: #D12044;
}
</style>
background-color css
<style>
a { background-color: #D12044; }
a { background-color: rgb(209,32,68); }
div.DivClassName
{
background-color: #D12044;
}
.BgClassName
{
background-color: #D12044;
}
</style>
border-color css
<style>
span { border-color: #D12044; }
span { border-color: rgb(209,32,68); }
td.TdClassName
{
border-color: #D12044;
}
.TagClassName
{
border-color: #D12044;
}
</style>