Shades of Cardinal #CA2431
Tints of Cardinal #CA2431
RGB
CMYK
RGB Variations
Color information
#CA2431 (or 0xCA2431) is known color: Cardinal. HEX triplet: CA, 24 and 31. RGB value is (202,36,49). Sum of RGB (Red+Green+Blue) = 202+36+49=287 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.38% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2431 is #35DBCE. Grayscale: #575757. Windows color (decimal): -3529679 or 3220682. OLE color: 3220682.
HSL color Cylindrical-coordinate representation of color #CA2431: hue angle of 355.3º 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 #CA2431 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 36 | 49 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.21 |
| HSL | 355.3º | 0.7% | 0.47% | - |
| HSV(B) | 355.3º | 0.82% | 0.79% | - |
| XYZ | 25.54 | 14.04 | 4.27 | - |
| YUV | 87.12 | 106.5 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 49 | 0 | 0.82 | 0.76 | 0.21 | 355.3 | 0.7 | 0.47 |
| Hex | CA | 24 | 31 | 0 | 52 | 4C | 15 | 163 | 46 | 2F |
| Octal | 312 | 44 | 61 | 0 | 122 | 114 | 25 | 543 | 106 | 57 |
| Binary | 11001010 | 100100 | 110001 | 0 | 1010010 | 1001100 | 10101 | 101100011 | 1000110 | 101111 |
Color Harmonies of #CA2431
Complementary color
Monochromatic Colors of #CA2431
Black with #CA2431
Text Example
Text Example
White with #CA2431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2431; }
p { color: rgb(202,36,49); }
H1.HeaderClassName
{
color: #CA2431;
}
.AnyTagClassName
{
color: #CA2431;
}
</style>
background-color css
<style>
a { background-color: #CA2431; }
a { background-color: rgb(202,36,49); }
div.DivClassName
{
background-color: #CA2431;
}
.BgClassName
{
background-color: #CA2431;
}
</style>
border-color css
<style>
span { border-color: #CA2431; }
span { border-color: rgb(202,36,49); }
td.TdClassName
{
border-color: #CA2431;
}
.TagClassName
{
border-color: #CA2431;
}
</style>