Shades of Cardinal #D12234
Tints of Cardinal #D12234
RGB
CMYK
RGB Variations
Color information
#D12234 (or 0xD12234) is known color: Cardinal. HEX triplet: D1, 22 and 34. RGB value is (209,34,52). Sum of RGB (Red+Green+Blue) = 209+34+52=295 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.85% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 209 - color contains mainly: red. Hex color #D12234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12234 is #2EDDCB. Grayscale: #585858. Windows color (decimal): -3071436 or 3416785. OLE color: 3416785.
HSL color Cylindrical-coordinate representation of color #D12234: hue angle of 353.83º 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 #D12234 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 34 | 52 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.18 |
| HSL | 353.83º | 0.72% | 0.48% | - |
| HSV(B) | 353.83º | 0.84% | 0.82% | - |
| XYZ | 27.49 | 14.95 | 4.69 | - |
| YUV | 88.38 | 107.48 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 34 | 52 | 0 | 0.84 | 0.75 | 0.18 | 353.83 | 0.72 | 0.48 |
| Hex | D1 | 22 | 34 | 0 | 54 | 4B | 12 | 162 | 48 | 30 |
| Octal | 321 | 42 | 64 | 0 | 124 | 113 | 22 | 542 | 110 | 60 |
| Binary | 11010001 | 100010 | 110100 | 0 | 1010100 | 1001011 | 10010 | 101100010 | 1001000 | 110000 |
Color Harmonies of #D12234
Complementary color
Monochromatic Colors of #D12234
Black with #D12234
Text Example
Text Example
White with #D12234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12234; }
p { color: rgb(209,34,52); }
H1.HeaderClassName
{
color: #D12234;
}
.AnyTagClassName
{
color: #D12234;
}
</style>
background-color css
<style>
a { background-color: #D12234; }
a { background-color: rgb(209,34,52); }
div.DivClassName
{
background-color: #D12234;
}
.BgClassName
{
background-color: #D12234;
}
</style>
border-color css
<style>
span { border-color: #D12234; }
span { border-color: rgb(209,34,52); }
td.TdClassName
{
border-color: #D12234;
}
.TagClassName
{
border-color: #D12234;
}
</style>