Shades of Cardinal #D12242
Tints of Cardinal #D12242
RGB
CMYK
RGB Variations
Color information
#D12242 (or 0xD12242) is known color: Cardinal. HEX triplet: D1, 22 and 42. RGB value is (209,34,66). Sum of RGB (Red+Green+Blue) = 209+34+66=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D12242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12242 is #2EDDBD. Grayscale: #5A5A5A. Windows color (decimal): -3071422 or 4334289. OLE color: 4334289.
HSL color Cylindrical-coordinate representation of color #D12242: hue angle of 349.03º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D12242 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 34 | 66 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.18 |
| HSL | 349.03º | 0.72% | 0.48% | - |
| HSV(B) | 349.03º | 0.84% | 0.82% | - |
| XYZ | 27.85 | 15.09 | 6.6 | - |
| YUV | 89.97 | 114.48 | 212.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 34 | 66 | 0 | 0.84 | 0.68 | 0.18 | 349.03 | 0.72 | 0.48 |
| Hex | D1 | 22 | 42 | 0 | 54 | 44 | 12 | 15D | 48 | 30 |
| Octal | 321 | 42 | 102 | 0 | 124 | 104 | 22 | 535 | 110 | 60 |
| Binary | 11010001 | 100010 | 1000010 | 0 | 1010100 | 1000100 | 10010 | 101011101 | 1001000 | 110000 |
Color Harmonies of #D12242
Complementary color
Monochromatic Colors of #D12242
Black with #D12242
Text Example
Text Example
White with #D12242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12242; }
p { color: rgb(209,34,66); }
H1.HeaderClassName
{
color: #D12242;
}
.AnyTagClassName
{
color: #D12242;
}
</style>
background-color css
<style>
a { background-color: #D12242; }
a { background-color: rgb(209,34,66); }
div.DivClassName
{
background-color: #D12242;
}
.BgClassName
{
background-color: #D12242;
}
</style>
border-color css
<style>
span { border-color: #D12242; }
span { border-color: rgb(209,34,66); }
td.TdClassName
{
border-color: #D12242;
}
.TagClassName
{
border-color: #D12242;
}
</style>