Shades of Cardinal #D12232
Tints of Cardinal #D12232
RGB
CMYK
RGB Variations
Color information
#D12232 (or 0xD12232) is known color: Cardinal. HEX triplet: D1, 22 and 32. RGB value is (209,34,50). Sum of RGB (Red+Green+Blue) = 209+34+50=293 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.33% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 209 - color contains mainly: red. Hex color #D12232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12232 is #2EDDCD. Grayscale: #585858. Windows color (decimal): -3071438 or 3285713. OLE color: 3285713.
HSL color Cylindrical-coordinate representation of color #D12232: hue angle of 354.51º 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 #D12232 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 34 | 50 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.18 |
| HSL | 354.51º | 0.72% | 0.48% | - |
| HSV(B) | 354.51º | 0.84% | 0.82% | - |
| XYZ | 27.44 | 14.93 | 4.45 | - |
| YUV | 88.15 | 106.48 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 34 | 50 | 0 | 0.84 | 0.76 | 0.18 | 354.51 | 0.72 | 0.48 |
| Hex | D1 | 22 | 32 | 0 | 54 | 4C | 12 | 163 | 48 | 30 |
| Octal | 321 | 42 | 62 | 0 | 124 | 114 | 22 | 543 | 110 | 60 |
| Binary | 11010001 | 100010 | 110010 | 0 | 1010100 | 1001100 | 10010 | 101100011 | 1001000 | 110000 |
Color Harmonies of #D12232
Complementary color
Monochromatic Colors of #D12232
Black with #D12232
Text Example
Text Example
White with #D12232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12232; }
p { color: rgb(209,34,50); }
H1.HeaderClassName
{
color: #D12232;
}
.AnyTagClassName
{
color: #D12232;
}
</style>
background-color css
<style>
a { background-color: #D12232; }
a { background-color: rgb(209,34,50); }
div.DivClassName
{
background-color: #D12232;
}
.BgClassName
{
background-color: #D12232;
}
</style>
border-color css
<style>
span { border-color: #D12232; }
span { border-color: rgb(209,34,50); }
td.TdClassName
{
border-color: #D12232;
}
.TagClassName
{
border-color: #D12232;
}
</style>