Shades of Cardinal #D0213D
Tints of Cardinal #D0213D
RGB
CMYK
RGB Variations
Color information
#D0213D (or 0xD0213D) is known color: Cardinal. HEX triplet: D0, 21 and 3D. RGB value is (208,33,61). Sum of RGB (Red+Green+Blue) = 208+33+61=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D0213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0213D is #2FDEC2. Grayscale: #585858. Windows color (decimal): -3137219 or 4006352. OLE color: 4006352.
HSL color Cylindrical-coordinate representation of color #D0213D: hue angle of 350.4º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0213D is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 33 | 61 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.18 |
| HSL | 350.4º | 0.73% | 0.47% | - |
| HSV(B) | 350.4º | 0.84% | 0.82% | - |
| XYZ | 27.4 | 14.83 | 5.83 | - |
| YUV | 88.52 | 112.48 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 33 | 61 | 0 | 0.84 | 0.71 | 0.18 | 350.4 | 0.73 | 0.47 |
| Hex | D0 | 21 | 3D | 0 | 54 | 47 | 12 | 15E | 49 | 2F |
| Octal | 320 | 41 | 75 | 0 | 124 | 107 | 22 | 536 | 111 | 57 |
| Binary | 11010000 | 100001 | 111101 | 0 | 1010100 | 1000111 | 10010 | 101011110 | 1001001 | 101111 |
Color Harmonies of #D0213D
Complementary color
Monochromatic Colors of #D0213D
Black with #D0213D
Text Example
Text Example
White with #D0213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0213D; }
p { color: rgb(208,33,61); }
H1.HeaderClassName
{
color: #D0213D;
}
.AnyTagClassName
{
color: #D0213D;
}
</style>
background-color css
<style>
a { background-color: #D0213D; }
a { background-color: rgb(208,33,61); }
div.DivClassName
{
background-color: #D0213D;
}
.BgClassName
{
background-color: #D0213D;
}
</style>
border-color css
<style>
span { border-color: #D0213D; }
span { border-color: rgb(208,33,61); }
td.TdClassName
{
border-color: #D0213D;
}
.TagClassName
{
border-color: #D0213D;
}
</style>