Shades of Cardinal #CD213D
Tints of Cardinal #CD213D
RGB
CMYK
RGB Variations
Color information
#CD213D (or 0xCD213D) is known color: Cardinal. HEX triplet: CD, 21 and 3D. RGB value is (205,33,61). Sum of RGB (Red+Green+Blue) = 205+33+61=299 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.56% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 205 - color contains mainly: red. Hex color #CD213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD213D is #32DEC2. Grayscale: #575757. Windows color (decimal): -3333827 or 4006349. OLE color: 4006349.
HSL color Cylindrical-coordinate representation of color #CD213D: hue angle of 350.23º 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 #CD213D is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 33 | 61 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.20 |
| HSL | 350.23º | 0.72% | 0.47% | - |
| HSV(B) | 350.23º | 0.84% | 0.8% | - |
| XYZ | 26.56 | 14.4 | 5.8 | - |
| YUV | 87.62 | 112.98 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 33 | 61 | 0 | 0.84 | 0.70 | 0.20 | 350.23 | 0.72 | 0.47 |
| Hex | CD | 21 | 3D | 0 | 54 | 46 | 14 | 15E | 48 | 2F |
| Octal | 315 | 41 | 75 | 0 | 124 | 106 | 24 | 536 | 110 | 57 |
| Binary | 11001101 | 100001 | 111101 | 0 | 1010100 | 1000110 | 10100 | 101011110 | 1001000 | 101111 |
Color Harmonies of #CD213D
Complementary color
Monochromatic Colors of #CD213D
Black with #CD213D
Text Example
Text Example
White with #CD213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD213D; }
p { color: rgb(205,33,61); }
H1.HeaderClassName
{
color: #CD213D;
}
.AnyTagClassName
{
color: #CD213D;
}
</style>
background-color css
<style>
a { background-color: #CD213D; }
a { background-color: rgb(205,33,61); }
div.DivClassName
{
background-color: #CD213D;
}
.BgClassName
{
background-color: #CD213D;
}
</style>
border-color css
<style>
span { border-color: #CD213D; }
span { border-color: rgb(205,33,61); }
td.TdClassName
{
border-color: #CD213D;
}
.TagClassName
{
border-color: #CD213D;
}
</style>