Shades of Cardinal #D2203D
Tints of Cardinal #D2203D
RGB
CMYK
RGB Variations
Color information
#D2203D (or 0xD2203D) is known color: Cardinal. HEX triplet: D2, 20 and 3D. RGB value is (210,32,61). Sum of RGB (Red+Green+Blue) = 210+32+61=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D2203D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2203D is #2DDFC2. Grayscale: #585858. Windows color (decimal): -3006403 or 4006098. OLE color: 4006098.
HSL color Cylindrical-coordinate representation of color #D2203D: hue angle of 350.22º 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 #D2203D is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 61 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.18 |
| HSL | 350.22º | 0.74% | 0.47% | - |
| HSV(B) | 350.22º | 0.85% | 0.82% | - |
| XYZ | 27.94 | 15.07 | 5.85 | - |
| YUV | 88.53 | 112.47 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 61 | 0 | 0.85 | 0.71 | 0.18 | 350.22 | 0.74 | 0.47 |
| Hex | D2 | 20 | 3D | 0 | 55 | 47 | 12 | 15E | 4A | 2F |
| Octal | 322 | 40 | 75 | 0 | 125 | 107 | 22 | 536 | 112 | 57 |
| Binary | 11010010 | 100000 | 111101 | 0 | 1010101 | 1000111 | 10010 | 101011110 | 1001010 | 101111 |
Color Harmonies of #D2203D
Complementary color
Monochromatic Colors of #D2203D
Black with #D2203D
Text Example
Text Example
White with #D2203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2203D; }
p { color: rgb(210,32,61); }
H1.HeaderClassName
{
color: #D2203D;
}
.AnyTagClassName
{
color: #D2203D;
}
</style>
background-color css
<style>
a { background-color: #D2203D; }
a { background-color: rgb(210,32,61); }
div.DivClassName
{
background-color: #D2203D;
}
.BgClassName
{
background-color: #D2203D;
}
</style>
border-color css
<style>
span { border-color: #D2203D; }
span { border-color: rgb(210,32,61); }
td.TdClassName
{
border-color: #D2203D;
}
.TagClassName
{
border-color: #D2203D;
}
</style>