Shades of Cardinal #CA2137
Tints of Cardinal #CA2137
RGB
CMYK
RGB Variations
Color information
#CA2137 (or 0xCA2137) is known color: Cardinal. HEX triplet: CA, 21 and 37. RGB value is (202,33,55). Sum of RGB (Red+Green+Blue) = 202+33+55=290 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.66% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2137 is #35DEC8. Grayscale: #565656. Windows color (decimal): -3530441 or 3613130. OLE color: 3613130.
HSL color Cylindrical-coordinate representation of color #CA2137: hue angle of 352.19º 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 #CA2137 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 33 | 55 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.21 |
| HSL | 352.19º | 0.72% | 0.46% | - |
| HSV(B) | 352.19º | 0.84% | 0.79% | - |
| XYZ | 25.59 | 13.92 | 4.95 | - |
| YUV | 86.04 | 110.49 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 33 | 55 | 0 | 0.84 | 0.73 | 0.21 | 352.19 | 0.72 | 0.46 |
| Hex | CA | 21 | 37 | 0 | 54 | 49 | 15 | 160 | 48 | 2E |
| Octal | 312 | 41 | 67 | 0 | 124 | 111 | 25 | 540 | 110 | 56 |
| Binary | 11001010 | 100001 | 110111 | 0 | 1010100 | 1001001 | 10101 | 101100000 | 1001000 | 101110 |
Color Harmonies of #CA2137
Complementary color
Monochromatic Colors of #CA2137
Black with #CA2137
Text Example
Text Example
White with #CA2137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2137; }
p { color: rgb(202,33,55); }
H1.HeaderClassName
{
color: #CA2137;
}
.AnyTagClassName
{
color: #CA2137;
}
</style>
background-color css
<style>
a { background-color: #CA2137; }
a { background-color: rgb(202,33,55); }
div.DivClassName
{
background-color: #CA2137;
}
.BgClassName
{
background-color: #CA2137;
}
</style>
border-color css
<style>
span { border-color: #CA2137; }
span { border-color: rgb(202,33,55); }
td.TdClassName
{
border-color: #CA2137;
}
.TagClassName
{
border-color: #CA2137;
}
</style>