Shades of Cardinal #CA192E
Tints of Cardinal #CA192E
RGB
CMYK
RGB Variations
Color information
#CA192E (or 0xCA192E) is known color: Cardinal. HEX triplet: CA, 19 and 2E. RGB value is (202,25,46). Sum of RGB (Red+Green+Blue) = 202+25+46=273 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.99% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 202 - color contains mainly: red. Hex color #CA192E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA192E is #35E6D1. Grayscale: #505050. Windows color (decimal): -3532498 or 3021258. OLE color: 3021258.
HSL color Cylindrical-coordinate representation of color #CA192E: hue angle of 352.88º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA192E is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 25 | 46 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.21 |
| HSL | 352.88º | 0.78% | 0.45% | - |
| HSV(B) | 352.88º | 0.88% | 0.79% | - |
| XYZ | 25.2 | 13.45 | 3.85 | - |
| YUV | 80.32 | 108.64 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 25 | 46 | 0 | 0.88 | 0.77 | 0.21 | 352.88 | 0.78 | 0.45 |
| Hex | CA | 19 | 2E | 0 | 58 | 4D | 15 | 161 | 4E | 2D |
| Octal | 312 | 31 | 56 | 0 | 130 | 115 | 25 | 541 | 116 | 55 |
| Binary | 11001010 | 11001 | 101110 | 0 | 1011000 | 1001101 | 10101 | 101100001 | 1001110 | 101101 |
Color Harmonies of #CA192E
Complementary color
Monochromatic Colors of #CA192E
Black with #CA192E
Text Example
Text Example
White with #CA192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA192E; }
p { color: rgb(202,25,46); }
H1.HeaderClassName
{
color: #CA192E;
}
.AnyTagClassName
{
color: #CA192E;
}
</style>
background-color css
<style>
a { background-color: #CA192E; }
a { background-color: rgb(202,25,46); }
div.DivClassName
{
background-color: #CA192E;
}
.BgClassName
{
background-color: #CA192E;
}
</style>
border-color css
<style>
span { border-color: #CA192E; }
span { border-color: rgb(202,25,46); }
td.TdClassName
{
border-color: #CA192E;
}
.TagClassName
{
border-color: #CA192E;
}
</style>