Shades of Cardinal #D21E35
Tints of Cardinal #D21E35
RGB
CMYK
RGB Variations
Color information
#D21E35 (or 0xD21E35) is known color: Cardinal. HEX triplet: D2, 1E and 35. RGB value is (210,30,53). Sum of RGB (Red+Green+Blue) = 210+30+53=293 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.67% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21E35 is #2DE1CA. Grayscale: #565656. Windows color (decimal): -3006923 or 3481298. OLE color: 3481298.
HSL color Cylindrical-coordinate representation of color #D21E35: hue angle of 352.33º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D21E35 is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 30 | 53 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.18 |
| HSL | 352.33º | 0.75% | 0.47% | - |
| HSV(B) | 352.33º | 0.86% | 0.82% | - |
| XYZ | 27.69 | 14.89 | 4.78 | - |
| YUV | 86.44 | 109.13 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 30 | 53 | 0 | 0.86 | 0.75 | 0.18 | 352.33 | 0.75 | 0.47 |
| Hex | D2 | 1E | 35 | 0 | 56 | 4B | 12 | 160 | 4B | 2F |
| Octal | 322 | 36 | 65 | 0 | 126 | 113 | 22 | 540 | 113 | 57 |
| Binary | 11010010 | 11110 | 110101 | 0 | 1010110 | 1001011 | 10010 | 101100000 | 1001011 | 101111 |
Color Harmonies of #D21E35
Complementary color
Monochromatic Colors of #D21E35
Black with #D21E35
Text Example
Text Example
White with #D21E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21E35; }
p { color: rgb(210,30,53); }
H1.HeaderClassName
{
color: #D21E35;
}
.AnyTagClassName
{
color: #D21E35;
}
</style>
background-color css
<style>
a { background-color: #D21E35; }
a { background-color: rgb(210,30,53); }
div.DivClassName
{
background-color: #D21E35;
}
.BgClassName
{
background-color: #D21E35;
}
</style>
border-color css
<style>
span { border-color: #D21E35; }
span { border-color: rgb(210,30,53); }
td.TdClassName
{
border-color: #D21E35;
}
.TagClassName
{
border-color: #D21E35;
}
</style>