Shades of Cardinal #CA2034
Tints of Cardinal #CA2034
RGB
CMYK
RGB Variations
Color information
#CA2034 (or 0xCA2034) is known color: Cardinal. HEX triplet: CA, 20 and 34. RGB value is (202,32,52). Sum of RGB (Red+Green+Blue) = 202+32+52=286 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.63% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2034 is #35DFCB. Grayscale: #555555. Windows color (decimal): -3530700 or 3416266. OLE color: 3416266.
HSL color Cylindrical-coordinate representation of color #CA2034: hue angle of 352.94º 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 #CA2034 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 52 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.21 |
| HSL | 352.94º | 0.73% | 0.46% | - |
| HSV(B) | 352.94º | 0.84% | 0.79% | - |
| XYZ | 25.49 | 13.84 | 4.58 | - |
| YUV | 85.11 | 109.32 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 52 | 0 | 0.84 | 0.74 | 0.21 | 352.94 | 0.73 | 0.46 |
| Hex | CA | 20 | 34 | 0 | 54 | 4A | 15 | 161 | 49 | 2E |
| Octal | 312 | 40 | 64 | 0 | 124 | 112 | 25 | 541 | 111 | 56 |
| Binary | 11001010 | 100000 | 110100 | 0 | 1010100 | 1001010 | 10101 | 101100001 | 1001001 | 101110 |
Color Harmonies of #CA2034
Complementary color
Monochromatic Colors of #CA2034
Black with #CA2034
Text Example
Text Example
White with #CA2034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2034; }
p { color: rgb(202,32,52); }
H1.HeaderClassName
{
color: #CA2034;
}
.AnyTagClassName
{
color: #CA2034;
}
</style>
background-color css
<style>
a { background-color: #CA2034; }
a { background-color: rgb(202,32,52); }
div.DivClassName
{
background-color: #CA2034;
}
.BgClassName
{
background-color: #CA2034;
}
</style>
border-color css
<style>
span { border-color: #CA2034; }
span { border-color: rgb(202,32,52); }
td.TdClassName
{
border-color: #CA2034;
}
.TagClassName
{
border-color: #CA2034;
}
</style>