Shades of Cardinal #CA2033
Tints of Cardinal #CA2033
RGB
CMYK
RGB Variations
Color information
#CA2033 (or 0xCA2033) is known color: Cardinal. HEX triplet: CA, 20 and 33. RGB value is (202,32,51). Sum of RGB (Red+Green+Blue) = 202+32+51=285 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.88% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2033 is #35DFCC. Grayscale: #555555. Windows color (decimal): -3530701 or 3350730. OLE color: 3350730.
HSL color Cylindrical-coordinate representation of color #CA2033: hue angle of 353.29º degrees, saturation: 0.73, 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 #CA2033 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 51 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.21 |
| HSL | 353.29º | 0.73% | 0.46% | - |
| HSV(B) | 353.29º | 0.84% | 0.79% | - |
| XYZ | 25.47 | 13.83 | 4.46 | - |
| YUV | 85 | 108.82 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 51 | 0 | 0.84 | 0.75 | 0.21 | 353.29 | 0.73 | 0.46 |
| Hex | CA | 20 | 33 | 0 | 54 | 4B | 15 | 161 | 49 | 2E |
| Octal | 312 | 40 | 63 | 0 | 124 | 113 | 25 | 541 | 111 | 56 |
| Binary | 11001010 | 100000 | 110011 | 0 | 1010100 | 1001011 | 10101 | 101100001 | 1001001 | 101110 |
Color Harmonies of #CA2033
Complementary color
Monochromatic Colors of #CA2033
Black with #CA2033
Text Example
Text Example
White with #CA2033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2033; }
p { color: rgb(202,32,51); }
H1.HeaderClassName
{
color: #CA2033;
}
.AnyTagClassName
{
color: #CA2033;
}
</style>
background-color css
<style>
a { background-color: #CA2033; }
a { background-color: rgb(202,32,51); }
div.DivClassName
{
background-color: #CA2033;
}
.BgClassName
{
background-color: #CA2033;
}
</style>
border-color css
<style>
span { border-color: #CA2033; }
span { border-color: rgb(202,32,51); }
td.TdClassName
{
border-color: #CA2033;
}
.TagClassName
{
border-color: #CA2033;
}
</style>