Shades of Cardinal #D2233C
Tints of Cardinal #D2233C
RGB
CMYK
RGB Variations
Color information
#D2233C (or 0xD2233C) is known color: Cardinal. HEX triplet: D2, 23 and 3C. RGB value is (210,35,60). Sum of RGB (Red+Green+Blue) = 210+35+60=305 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.85% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 210 - color contains mainly: red. Hex color #D2233C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2233C is #2DDCC3. Grayscale: #5A5A5A. Windows color (decimal): -3005636 or 3941330. OLE color: 3941330.
HSL color Cylindrical-coordinate representation of color #D2233C: hue angle of 351.43º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D2233C is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 35 | 60 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.18 |
| HSL | 351.43º | 0.71% | 0.48% | - |
| HSV(B) | 351.43º | 0.83% | 0.82% | - |
| XYZ | 27.99 | 15.23 | 5.74 | - |
| YUV | 90.18 | 110.98 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 35 | 60 | 0 | 0.83 | 0.71 | 0.18 | 351.43 | 0.71 | 0.48 |
| Hex | D2 | 23 | 3C | 0 | 53 | 47 | 12 | 15F | 47 | 30 |
| Octal | 322 | 43 | 74 | 0 | 123 | 107 | 22 | 537 | 107 | 60 |
| Binary | 11010010 | 100011 | 111100 | 0 | 1010011 | 1000111 | 10010 | 101011111 | 1000111 | 110000 |
Color Harmonies of #D2233C
Complementary color
Monochromatic Colors of #D2233C
Black with #D2233C
Text Example
Text Example
White with #D2233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2233C; }
p { color: rgb(210,35,60); }
H1.HeaderClassName
{
color: #D2233C;
}
.AnyTagClassName
{
color: #D2233C;
}
</style>
background-color css
<style>
a { background-color: #D2233C; }
a { background-color: rgb(210,35,60); }
div.DivClassName
{
background-color: #D2233C;
}
.BgClassName
{
background-color: #D2233C;
}
</style>
border-color css
<style>
span { border-color: #D2233C; }
span { border-color: rgb(210,35,60); }
td.TdClassName
{
border-color: #D2233C;
}
.TagClassName
{
border-color: #D2233C;
}
</style>