Shades of Cardinal #CA2135
Tints of Cardinal #CA2135
RGB
CMYK
RGB Variations
Color information
#CA2135 (or 0xCA2135) is known color: Cardinal. HEX triplet: CA, 21 and 35. RGB value is (202,33,53). Sum of RGB (Red+Green+Blue) = 202+33+53=288 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.14% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2135 is #35DECA. Grayscale: #555555. Windows color (decimal): -3530443 or 3482058. OLE color: 3482058.
HSL color Cylindrical-coordinate representation of color #CA2135: hue angle of 352.9º 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 #CA2135 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 33 | 53 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.21 |
| HSL | 352.9º | 0.72% | 0.46% | - |
| HSV(B) | 352.9º | 0.84% | 0.79% | - |
| XYZ | 25.54 | 13.9 | 4.71 | - |
| YUV | 85.81 | 109.49 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 33 | 53 | 0 | 0.84 | 0.74 | 0.21 | 352.9 | 0.72 | 0.46 |
| Hex | CA | 21 | 35 | 0 | 54 | 4A | 15 | 161 | 48 | 2E |
| Octal | 312 | 41 | 65 | 0 | 124 | 112 | 25 | 541 | 110 | 56 |
| Binary | 11001010 | 100001 | 110101 | 0 | 1010100 | 1001010 | 10101 | 101100001 | 1001000 | 101110 |
Color Harmonies of #CA2135
Complementary color
Monochromatic Colors of #CA2135
Black with #CA2135
Text Example
Text Example
White with #CA2135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2135; }
p { color: rgb(202,33,53); }
H1.HeaderClassName
{
color: #CA2135;
}
.AnyTagClassName
{
color: #CA2135;
}
</style>
background-color css
<style>
a { background-color: #CA2135; }
a { background-color: rgb(202,33,53); }
div.DivClassName
{
background-color: #CA2135;
}
.BgClassName
{
background-color: #CA2135;
}
</style>
border-color css
<style>
span { border-color: #CA2135; }
span { border-color: rgb(202,33,53); }
td.TdClassName
{
border-color: #CA2135;
}
.TagClassName
{
border-color: #CA2135;
}
</style>