Shades of Cardinal #CD212E
Tints of Cardinal #CD212E
RGB
CMYK
RGB Variations
Color information
#CD212E (or 0xCD212E) is known color: Cardinal. HEX triplet: CD, 21 and 2E. RGB value is (205,33,46). Sum of RGB (Red+Green+Blue) = 205+33+46=284 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.18% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 205 - color contains mainly: red. Hex color #CD212E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD212E is #32DED1. Grayscale: #565656. Windows color (decimal): -3333842 or 3023309. OLE color: 3023309.
HSL color Cylindrical-coordinate representation of color #CD212E: hue angle of 355.47º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD212E is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 33 | 46 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.20 |
| HSL | 355.47º | 0.72% | 0.47% | - |
| HSV(B) | 355.47º | 0.84% | 0.8% | - |
| XYZ | 26.21 | 14.26 | 3.96 | - |
| YUV | 85.91 | 105.48 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 33 | 46 | 0 | 0.84 | 0.78 | 0.20 | 355.47 | 0.72 | 0.47 |
| Hex | CD | 21 | 2E | 0 | 54 | 4E | 14 | 163 | 48 | 2F |
| Octal | 315 | 41 | 56 | 0 | 124 | 116 | 24 | 543 | 110 | 57 |
| Binary | 11001101 | 100001 | 101110 | 0 | 1010100 | 1001110 | 10100 | 101100011 | 1001000 | 101111 |
Color Harmonies of #CD212E
Complementary color
Monochromatic Colors of #CD212E
Black with #CD212E
Text Example
Text Example
White with #CD212E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD212E; }
p { color: rgb(205,33,46); }
H1.HeaderClassName
{
color: #CD212E;
}
.AnyTagClassName
{
color: #CD212E;
}
</style>
background-color css
<style>
a { background-color: #CD212E; }
a { background-color: rgb(205,33,46); }
div.DivClassName
{
background-color: #CD212E;
}
.BgClassName
{
background-color: #CD212E;
}
</style>
border-color css
<style>
span { border-color: #CD212E; }
span { border-color: rgb(205,33,46); }
td.TdClassName
{
border-color: #CD212E;
}
.TagClassName
{
border-color: #CD212E;
}
</style>