Shades of Cardinal #CA213B
Tints of Cardinal #CA213B
RGB
CMYK
RGB Variations
Color information
#CA213B (or 0xCA213B) is known color: Cardinal. HEX triplet: CA, 21 and 3B. RGB value is (202,33,59). Sum of RGB (Red+Green+Blue) = 202+33+59=294 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.71% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 202 - color contains mainly: red. Hex color #CA213B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA213B is #35DEC4. Grayscale: #565656. Windows color (decimal): -3530437 or 3875274. OLE color: 3875274.
HSL color Cylindrical-coordinate representation of color #CA213B: hue angle of 350.77º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA213B is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 33 | 59 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.21 |
| HSL | 350.77º | 0.72% | 0.46% | - |
| HSV(B) | 350.77º | 0.84% | 0.79% | - |
| XYZ | 25.69 | 13.96 | 5.48 | - |
| YUV | 86.5 | 112.49 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 33 | 59 | 0 | 0.84 | 0.71 | 0.21 | 350.77 | 0.72 | 0.46 |
| Hex | CA | 21 | 3B | 0 | 54 | 47 | 15 | 15F | 48 | 2E |
| Octal | 312 | 41 | 73 | 0 | 124 | 107 | 25 | 537 | 110 | 56 |
| Binary | 11001010 | 100001 | 111011 | 0 | 1010100 | 1000111 | 10101 | 101011111 | 1001000 | 101110 |
Color Harmonies of #CA213B
Complementary color
Monochromatic Colors of #CA213B
Black with #CA213B
Text Example
Text Example
White with #CA213B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA213B; }
p { color: rgb(202,33,59); }
H1.HeaderClassName
{
color: #CA213B;
}
.AnyTagClassName
{
color: #CA213B;
}
</style>
background-color css
<style>
a { background-color: #CA213B; }
a { background-color: rgb(202,33,59); }
div.DivClassName
{
background-color: #CA213B;
}
.BgClassName
{
background-color: #CA213B;
}
</style>
border-color css
<style>
span { border-color: #CA213B; }
span { border-color: rgb(202,33,59); }
td.TdClassName
{
border-color: #CA213B;
}
.TagClassName
{
border-color: #CA213B;
}
</style>