Shades of Cardinal #CA193C
Tints of Cardinal #CA193C
RGB
CMYK
RGB Variations
Color information
#CA193C (or 0xCA193C) is known color: Cardinal. HEX triplet: CA, 19 and 3C. RGB value is (202,25,60). Sum of RGB (Red+Green+Blue) = 202+25+60=287 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.38% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 202 - color contains mainly: red. Hex color #CA193C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA193C is #35E6C3. Grayscale: #515151. Windows color (decimal): -3532484 or 3938762. OLE color: 3938762.
HSL color Cylindrical-coordinate representation of color #CA193C: hue angle of 348.14º 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 #CA193C is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 25 | 60 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.21 |
| HSL | 348.14º | 0.78% | 0.45% | - |
| HSV(B) | 348.14º | 0.88% | 0.79% | - |
| XYZ | 25.52 | 13.58 | 5.55 | - |
| YUV | 81.91 | 115.64 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 25 | 60 | 0 | 0.88 | 0.70 | 0.21 | 348.14 | 0.78 | 0.45 |
| Hex | CA | 19 | 3C | 0 | 58 | 46 | 15 | 15C | 4E | 2D |
| Octal | 312 | 31 | 74 | 0 | 130 | 106 | 25 | 534 | 116 | 55 |
| Binary | 11001010 | 11001 | 111100 | 0 | 1011000 | 1000110 | 10101 | 101011100 | 1001110 | 101101 |
Color Harmonies of #CA193C
Complementary color
Monochromatic Colors of #CA193C
Black with #CA193C
Text Example
Text Example
White with #CA193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA193C; }
p { color: rgb(202,25,60); }
H1.HeaderClassName
{
color: #CA193C;
}
.AnyTagClassName
{
color: #CA193C;
}
</style>
background-color css
<style>
a { background-color: #CA193C; }
a { background-color: rgb(202,25,60); }
div.DivClassName
{
background-color: #CA193C;
}
.BgClassName
{
background-color: #CA193C;
}
</style>
border-color css
<style>
span { border-color: #CA193C; }
span { border-color: rgb(202,25,60); }
td.TdClassName
{
border-color: #CA193C;
}
.TagClassName
{
border-color: #CA193C;
}
</style>