Shades of Cardinal #CA2432
Tints of Cardinal #CA2432
RGB
CMYK
RGB Variations
Color information
#CA2432 (or 0xCA2432) is known color: Cardinal. HEX triplet: CA, 24 and 32. RGB value is (202,36,50). Sum of RGB (Red+Green+Blue) = 202+36+50=288 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.14% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2432 is #35DBCD. Grayscale: #575757. Windows color (decimal): -3529678 or 3286218. OLE color: 3286218.
HSL color Cylindrical-coordinate representation of color #CA2432: hue angle of 354.94º degrees, saturation: 0.7, 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 #CA2432 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 36 | 50 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.21 |
| HSL | 354.94º | 0.7% | 0.47% | - |
| HSV(B) | 354.94º | 0.82% | 0.79% | - |
| XYZ | 25.56 | 14.05 | 4.38 | - |
| YUV | 87.23 | 107 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 50 | 0 | 0.82 | 0.75 | 0.21 | 354.94 | 0.7 | 0.47 |
| Hex | CA | 24 | 32 | 0 | 52 | 4B | 15 | 163 | 46 | 2F |
| Octal | 312 | 44 | 62 | 0 | 122 | 113 | 25 | 543 | 106 | 57 |
| Binary | 11001010 | 100100 | 110010 | 0 | 1010010 | 1001011 | 10101 | 101100011 | 1000110 | 101111 |
Color Harmonies of #CA2432
Complementary color
Monochromatic Colors of #CA2432
Black with #CA2432
Text Example
Text Example
White with #CA2432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2432; }
p { color: rgb(202,36,50); }
H1.HeaderClassName
{
color: #CA2432;
}
.AnyTagClassName
{
color: #CA2432;
}
</style>
background-color css
<style>
a { background-color: #CA2432; }
a { background-color: rgb(202,36,50); }
div.DivClassName
{
background-color: #CA2432;
}
.BgClassName
{
background-color: #CA2432;
}
</style>
border-color css
<style>
span { border-color: #CA2432; }
span { border-color: rgb(202,36,50); }
td.TdClassName
{
border-color: #CA2432;
}
.TagClassName
{
border-color: #CA2432;
}
</style>