Shades of Cardinal #D2233D
Tints of Cardinal #D2233D
RGB
CMYK
RGB Variations
Color information
#D2233D (or 0xD2233D) is known color: Cardinal. HEX triplet: D2, 23 and 3D. RGB value is (210,35,61). Sum of RGB (Red+Green+Blue) = 210+35+61=306 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.63% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 210 - color contains mainly: red. Hex color #D2233D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2233D is #2DDCC2. Grayscale: #5A5A5A. Windows color (decimal): -3005635 or 4006866. OLE color: 4006866.
HSL color Cylindrical-coordinate representation of color #D2233D: hue angle of 351.09º 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 #D2233D is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 35 | 61 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.18 |
| HSL | 351.09º | 0.71% | 0.48% | - |
| HSV(B) | 351.09º | 0.83% | 0.82% | - |
| XYZ | 28.02 | 15.24 | 5.88 | - |
| YUV | 90.29 | 111.48 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 35 | 61 | 0 | 0.83 | 0.71 | 0.18 | 351.09 | 0.71 | 0.48 |
| Hex | D2 | 23 | 3D | 0 | 53 | 47 | 12 | 15F | 47 | 30 |
| Octal | 322 | 43 | 75 | 0 | 123 | 107 | 22 | 537 | 107 | 60 |
| Binary | 11010010 | 100011 | 111101 | 0 | 1010011 | 1000111 | 10010 | 101011111 | 1000111 | 110000 |
Color Harmonies of #D2233D
Complementary color
Monochromatic Colors of #D2233D
Black with #D2233D
Text Example
Text Example
White with #D2233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2233D; }
p { color: rgb(210,35,61); }
H1.HeaderClassName
{
color: #D2233D;
}
.AnyTagClassName
{
color: #D2233D;
}
</style>
background-color css
<style>
a { background-color: #D2233D; }
a { background-color: rgb(210,35,61); }
div.DivClassName
{
background-color: #D2233D;
}
.BgClassName
{
background-color: #D2233D;
}
</style>
border-color css
<style>
span { border-color: #D2233D; }
span { border-color: rgb(210,35,61); }
td.TdClassName
{
border-color: #D2233D;
}
.TagClassName
{
border-color: #D2233D;
}
</style>