Shades of Cardinal #CA1631
Tints of Cardinal #CA1631
RGB
CMYK
RGB Variations
Color information
#CA1631 (or 0xCA1631) is known color: Cardinal. HEX triplet: CA, 16 and 31. RGB value is (202,22,49). Sum of RGB (Red+Green+Blue) = 202+22+49=273 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.99% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1631 is #35E9CE. Grayscale: #4E4E4E. Windows color (decimal): -3533263 or 3217098. OLE color: 3217098.
HSL color Cylindrical-coordinate representation of color #CA1631: hue angle of 351º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1631 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 49 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.21 |
| HSL | 351º | 0.8% | 0.44% | - |
| HSV(B) | 351º | 0.89% | 0.79% | - |
| XYZ | 25.2 | 13.35 | 4.15 | - |
| YUV | 78.9 | 111.13 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 49 | 0 | 0.89 | 0.76 | 0.21 | 351 | 0.8 | 0.44 |
| Hex | CA | 16 | 31 | 0 | 59 | 4C | 15 | 15F | 50 | 2C |
| Octal | 312 | 26 | 61 | 0 | 131 | 114 | 25 | 537 | 120 | 54 |
| Binary | 11001010 | 10110 | 110001 | 0 | 1011001 | 1001100 | 10101 | 101011111 | 1010000 | 101100 |
Color Harmonies of #CA1631
Complementary color
Monochromatic Colors of #CA1631
Black with #CA1631
Text Example
Text Example
White with #CA1631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1631; }
p { color: rgb(202,22,49); }
H1.HeaderClassName
{
color: #CA1631;
}
.AnyTagClassName
{
color: #CA1631;
}
</style>
background-color css
<style>
a { background-color: #CA1631; }
a { background-color: rgb(202,22,49); }
div.DivClassName
{
background-color: #CA1631;
}
.BgClassName
{
background-color: #CA1631;
}
</style>
border-color css
<style>
span { border-color: #CA1631; }
span { border-color: rgb(202,22,49); }
td.TdClassName
{
border-color: #CA1631;
}
.TagClassName
{
border-color: #CA1631;
}
</style>