Shades of Cardinal #CA2237
Tints of Cardinal #CA2237
RGB
CMYK
RGB Variations
Color information
#CA2237 (or 0xCA2237) is known color: Cardinal. HEX triplet: CA, 22 and 37. RGB value is (202,34,55). Sum of RGB (Red+Green+Blue) = 202+34+55=291 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.42% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2237 is #35DDC8. Grayscale: #565656. Windows color (decimal): -3530185 or 3613386. OLE color: 3613386.
HSL color Cylindrical-coordinate representation of color #CA2237: hue angle of 352.5º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA2237 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 55 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.21 |
| HSL | 352.5º | 0.71% | 0.46% | - |
| HSV(B) | 352.5º | 0.83% | 0.79% | - |
| XYZ | 25.62 | 13.98 | 4.96 | - |
| YUV | 86.63 | 110.16 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 55 | 0 | 0.83 | 0.73 | 0.21 | 352.5 | 0.71 | 0.46 |
| Hex | CA | 22 | 37 | 0 | 53 | 49 | 15 | 160 | 47 | 2E |
| Octal | 312 | 42 | 67 | 0 | 123 | 111 | 25 | 540 | 107 | 56 |
| Binary | 11001010 | 100010 | 110111 | 0 | 1010011 | 1001001 | 10101 | 101100000 | 1000111 | 101110 |
Color Harmonies of #CA2237
Complementary color
Monochromatic Colors of #CA2237
Black with #CA2237
Text Example
Text Example
White with #CA2237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2237; }
p { color: rgb(202,34,55); }
H1.HeaderClassName
{
color: #CA2237;
}
.AnyTagClassName
{
color: #CA2237;
}
</style>
background-color css
<style>
a { background-color: #CA2237; }
a { background-color: rgb(202,34,55); }
div.DivClassName
{
background-color: #CA2237;
}
.BgClassName
{
background-color: #CA2237;
}
</style>
border-color css
<style>
span { border-color: #CA2237; }
span { border-color: rgb(202,34,55); }
td.TdClassName
{
border-color: #CA2237;
}
.TagClassName
{
border-color: #CA2237;
}
</style>