Shades of Cardinal #CA2334
Tints of Cardinal #CA2334
RGB
CMYK
RGB Variations
Color information
#CA2334 (or 0xCA2334) is known color: Cardinal. HEX triplet: CA, 23 and 34. RGB value is (202,35,52). Sum of RGB (Red+Green+Blue) = 202+35+52=289 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.90% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2334 is #35DCCB. Grayscale: #565656. Windows color (decimal): -3529932 or 3417034. OLE color: 3417034.
HSL color Cylindrical-coordinate representation of color #CA2334: hue angle of 353.89º degrees, saturation: 0.7, 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 #CA2334 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 35 | 52 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.21 |
| HSL | 353.89º | 0.7% | 0.46% | - |
| HSV(B) | 353.89º | 0.83% | 0.79% | - |
| XYZ | 25.58 | 14.01 | 4.6 | - |
| YUV | 86.87 | 108.33 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 35 | 52 | 0 | 0.83 | 0.74 | 0.21 | 353.89 | 0.7 | 0.46 |
| Hex | CA | 23 | 34 | 0 | 53 | 4A | 15 | 162 | 46 | 2E |
| Octal | 312 | 43 | 64 | 0 | 123 | 112 | 25 | 542 | 106 | 56 |
| Binary | 11001010 | 100011 | 110100 | 0 | 1010011 | 1001010 | 10101 | 101100010 | 1000110 | 101110 |
Color Harmonies of #CA2334
Complementary color
Monochromatic Colors of #CA2334
Black with #CA2334
Text Example
Text Example
White with #CA2334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2334; }
p { color: rgb(202,35,52); }
H1.HeaderClassName
{
color: #CA2334;
}
.AnyTagClassName
{
color: #CA2334;
}
</style>
background-color css
<style>
a { background-color: #CA2334; }
a { background-color: rgb(202,35,52); }
div.DivClassName
{
background-color: #CA2334;
}
.BgClassName
{
background-color: #CA2334;
}
</style>
border-color css
<style>
span { border-color: #CA2334; }
span { border-color: rgb(202,35,52); }
td.TdClassName
{
border-color: #CA2334;
}
.TagClassName
{
border-color: #CA2334;
}
</style>