Shades of Cardinal #D2203A
Tints of Cardinal #D2203A
RGB
CMYK
RGB Variations
Color information
#D2203A (or 0xD2203A) is known color: Cardinal. HEX triplet: D2, 20 and 3A. RGB value is (210,32,58). Sum of RGB (Red+Green+Blue) = 210+32+58=300 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 210 - color contains mainly: red. Hex color #D2203A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2203A is #2DDFC5. Grayscale: #585858. Windows color (decimal): -3006406 or 3809490. OLE color: 3809490.
HSL color Cylindrical-coordinate representation of color #D2203A: hue angle of 351.24º degrees, saturation: 0.74, 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 #D2203A is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 58 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.18 |
| HSL | 351.24º | 0.74% | 0.47% | - |
| HSV(B) | 351.24º | 0.85% | 0.82% | - |
| XYZ | 27.86 | 15.04 | 5.44 | - |
| YUV | 88.19 | 110.97 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 58 | 0 | 0.85 | 0.72 | 0.18 | 351.24 | 0.74 | 0.47 |
| Hex | D2 | 20 | 3A | 0 | 55 | 48 | 12 | 15F | 4A | 2F |
| Octal | 322 | 40 | 72 | 0 | 125 | 110 | 22 | 537 | 112 | 57 |
| Binary | 11010010 | 100000 | 111010 | 0 | 1010101 | 1001000 | 10010 | 101011111 | 1001010 | 101111 |
Color Harmonies of #D2203A
Complementary color
Monochromatic Colors of #D2203A
Black with #D2203A
Text Example
Text Example
White with #D2203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2203A; }
p { color: rgb(210,32,58); }
H1.HeaderClassName
{
color: #D2203A;
}
.AnyTagClassName
{
color: #D2203A;
}
</style>
background-color css
<style>
a { background-color: #D2203A; }
a { background-color: rgb(210,32,58); }
div.DivClassName
{
background-color: #D2203A;
}
.BgClassName
{
background-color: #D2203A;
}
</style>
border-color css
<style>
span { border-color: #D2203A; }
span { border-color: rgb(210,32,58); }
td.TdClassName
{
border-color: #D2203A;
}
.TagClassName
{
border-color: #D2203A;
}
</style>