Shades of Cardinal #CA2035
Tints of Cardinal #CA2035
RGB
CMYK
RGB Variations
Color information
#CA2035 (or 0xCA2035) is known color: Cardinal. HEX triplet: CA, 20 and 35. RGB value is (202,32,53). Sum of RGB (Red+Green+Blue) = 202+32+53=287 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.38% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2035 is #35DFCA. Grayscale: #555555. Windows color (decimal): -3530699 or 3481802. OLE color: 3481802.
HSL color Cylindrical-coordinate representation of color #CA2035: hue angle of 352.59º 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 #CA2035 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 53 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.21 |
| HSL | 352.59º | 0.73% | 0.46% | - |
| HSV(B) | 352.59º | 0.84% | 0.79% | - |
| XYZ | 25.52 | 13.85 | 4.7 | - |
| YUV | 85.22 | 109.82 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 53 | 0 | 0.84 | 0.74 | 0.21 | 352.59 | 0.73 | 0.46 |
| Hex | CA | 20 | 35 | 0 | 54 | 4A | 15 | 161 | 49 | 2E |
| Octal | 312 | 40 | 65 | 0 | 124 | 112 | 25 | 541 | 111 | 56 |
| Binary | 11001010 | 100000 | 110101 | 0 | 1010100 | 1001010 | 10101 | 101100001 | 1001001 | 101110 |
Color Harmonies of #CA2035
Complementary color
Monochromatic Colors of #CA2035
Black with #CA2035
Text Example
Text Example
White with #CA2035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2035; }
p { color: rgb(202,32,53); }
H1.HeaderClassName
{
color: #CA2035;
}
.AnyTagClassName
{
color: #CA2035;
}
</style>
background-color css
<style>
a { background-color: #CA2035; }
a { background-color: rgb(202,32,53); }
div.DivClassName
{
background-color: #CA2035;
}
.BgClassName
{
background-color: #CA2035;
}
</style>
border-color css
<style>
span { border-color: #CA2035; }
span { border-color: rgb(202,32,53); }
td.TdClassName
{
border-color: #CA2035;
}
.TagClassName
{
border-color: #CA2035;
}
</style>