Shades of Cardinal #D1213B
Tints of Cardinal #D1213B
RGB
CMYK
RGB Variations
Color information
#D1213B (or 0xD1213B) is known color: Cardinal. HEX triplet: D1, 21 and 3B. RGB value is (209,33,59). Sum of RGB (Red+Green+Blue) = 209+33+59=301 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.44% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 209 - color contains mainly: red. Hex color #D1213B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1213B is #2EDEC4. Grayscale: #585858. Windows color (decimal): -3071685 or 3875281. OLE color: 3875281.
HSL color Cylindrical-coordinate representation of color #D1213B: hue angle of 351.14º 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 #D1213B is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 33 | 59 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.18 |
| HSL | 351.14º | 0.73% | 0.47% | - |
| HSV(B) | 351.14º | 0.84% | 0.82% | - |
| XYZ | 27.63 | 14.96 | 5.57 | - |
| YUV | 88.59 | 111.31 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 59 | 0 | 0.84 | 0.72 | 0.18 | 351.14 | 0.73 | 0.47 |
| Hex | D1 | 21 | 3B | 0 | 54 | 48 | 12 | 15F | 49 | 2F |
| Octal | 321 | 41 | 73 | 0 | 124 | 110 | 22 | 537 | 111 | 57 |
| Binary | 11010001 | 100001 | 111011 | 0 | 1010100 | 1001000 | 10010 | 101011111 | 1001001 | 101111 |
Color Harmonies of #D1213B
Complementary color
Monochromatic Colors of #D1213B
Black with #D1213B
Text Example
Text Example
White with #D1213B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1213B; }
p { color: rgb(209,33,59); }
H1.HeaderClassName
{
color: #D1213B;
}
.AnyTagClassName
{
color: #D1213B;
}
</style>
background-color css
<style>
a { background-color: #D1213B; }
a { background-color: rgb(209,33,59); }
div.DivClassName
{
background-color: #D1213B;
}
.BgClassName
{
background-color: #D1213B;
}
</style>
border-color css
<style>
span { border-color: #D1213B; }
span { border-color: rgb(209,33,59); }
td.TdClassName
{
border-color: #D1213B;
}
.TagClassName
{
border-color: #D1213B;
}
</style>