Shades of Cardinal #CA2535
Tints of Cardinal #CA2535
RGB
CMYK
RGB Variations
Color information
#CA2535 (or 0xCA2535) is known color: Cardinal. HEX triplet: CA, 25 and 35. RGB value is (202,37,53). Sum of RGB (Red+Green+Blue) = 202+37+53=292 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.18% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2535 is #35DACA. Grayscale: #585858. Windows color (decimal): -3529419 or 3483082. OLE color: 3483082.
HSL color Cylindrical-coordinate representation of color #CA2535: hue angle of 354.18º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA2535 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 37 | 53 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.21 |
| HSL | 354.18º | 0.69% | 0.47% | - |
| HSV(B) | 354.18º | 0.82% | 0.79% | - |
| XYZ | 25.66 | 14.14 | 4.74 | - |
| YUV | 88.16 | 108.16 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 53 | 0 | 0.82 | 0.74 | 0.21 | 354.18 | 0.69 | 0.47 |
| Hex | CA | 25 | 35 | 0 | 52 | 4A | 15 | 162 | 45 | 2F |
| Octal | 312 | 45 | 65 | 0 | 122 | 112 | 25 | 542 | 105 | 57 |
| Binary | 11001010 | 100101 | 110101 | 0 | 1010010 | 1001010 | 10101 | 101100010 | 1000101 | 101111 |
Color Harmonies of #CA2535
Complementary color
Monochromatic Colors of #CA2535
Black with #CA2535
Text Example
Text Example
White with #CA2535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2535; }
p { color: rgb(202,37,53); }
H1.HeaderClassName
{
color: #CA2535;
}
.AnyTagClassName
{
color: #CA2535;
}
</style>
background-color css
<style>
a { background-color: #CA2535; }
a { background-color: rgb(202,37,53); }
div.DivClassName
{
background-color: #CA2535;
}
.BgClassName
{
background-color: #CA2535;
}
</style>
border-color css
<style>
span { border-color: #CA2535; }
span { border-color: rgb(202,37,53); }
td.TdClassName
{
border-color: #CA2535;
}
.TagClassName
{
border-color: #CA2535;
}
</style>