Shades of Cardinal #D12040
Tints of Cardinal #D12040
RGB
CMYK
RGB Variations
Color information
#D12040 (or 0xD12040) is known color: Cardinal. HEX triplet: D1, 20 and 40. RGB value is (209,32,64). Sum of RGB (Red+Green+Blue) = 209+32+64=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D12040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12040 is #2EDFBF. Grayscale: #585858. Windows color (decimal): -3071936 or 4202705. OLE color: 4202705.
HSL color Cylindrical-coordinate representation of color #D12040: hue angle of 349.15º 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 #D12040 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 64 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.18 |
| HSL | 349.15º | 0.73% | 0.47% | - |
| HSV(B) | 349.15º | 0.85% | 0.82% | - |
| XYZ | 27.74 | 14.96 | 6.28 | - |
| YUV | 88.57 | 114.14 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 64 | 0 | 0.85 | 0.69 | 0.18 | 349.15 | 0.73 | 0.47 |
| Hex | D1 | 20 | 40 | 0 | 55 | 45 | 12 | 15D | 49 | 2F |
| Octal | 321 | 40 | 100 | 0 | 125 | 105 | 22 | 535 | 111 | 57 |
| Binary | 11010001 | 100000 | 1000000 | 0 | 1010101 | 1000101 | 10010 | 101011101 | 1001001 | 101111 |
Color Harmonies of #D12040
Complementary color
Monochromatic Colors of #D12040
Black with #D12040
Text Example
Text Example
White with #D12040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12040; }
p { color: rgb(209,32,64); }
H1.HeaderClassName
{
color: #D12040;
}
.AnyTagClassName
{
color: #D12040;
}
</style>
background-color css
<style>
a { background-color: #D12040; }
a { background-color: rgb(209,32,64); }
div.DivClassName
{
background-color: #D12040;
}
.BgClassName
{
background-color: #D12040;
}
</style>
border-color css
<style>
span { border-color: #D12040; }
span { border-color: rgb(209,32,64); }
td.TdClassName
{
border-color: #D12040;
}
.TagClassName
{
border-color: #D12040;
}
</style>