Shades of Cardinal #CA173F
Tints of Cardinal #CA173F
RGB
CMYK
RGB Variations
Color information
#CA173F (or 0xCA173F) is known color: Cardinal. HEX triplet: CA, 17 and 3F. RGB value is (202,23,63). Sum of RGB (Red+Green+Blue) = 202+23+63=288 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.14% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 202 - color contains mainly: red. Hex color #CA173F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA173F is #35E8C0. Grayscale: #515151. Windows color (decimal): -3532993 or 4134858. OLE color: 4134858.
HSL color Cylindrical-coordinate representation of color #CA173F: hue angle of 346.59º 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 #CA173F is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 23 | 63 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.21 |
| HSL | 346.59º | 0.8% | 0.44% | - |
| HSV(B) | 346.59º | 0.89% | 0.79% | - |
| XYZ | 25.56 | 13.53 | 5.97 | - |
| YUV | 81.08 | 117.8 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 63 | 0 | 0.89 | 0.69 | 0.21 | 346.59 | 0.8 | 0.44 |
| Hex | CA | 17 | 3F | 0 | 59 | 45 | 15 | 15B | 50 | 2C |
| Octal | 312 | 27 | 77 | 0 | 131 | 105 | 25 | 533 | 120 | 54 |
| Binary | 11001010 | 10111 | 111111 | 0 | 1011001 | 1000101 | 10101 | 101011011 | 1010000 | 101100 |
Color Harmonies of #CA173F
Complementary color
Monochromatic Colors of #CA173F
Black with #CA173F
Text Example
Text Example
White with #CA173F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA173F; }
p { color: rgb(202,23,63); }
H1.HeaderClassName
{
color: #CA173F;
}
.AnyTagClassName
{
color: #CA173F;
}
</style>
background-color css
<style>
a { background-color: #CA173F; }
a { background-color: rgb(202,23,63); }
div.DivClassName
{
background-color: #CA173F;
}
.BgClassName
{
background-color: #CA173F;
}
</style>
border-color css
<style>
span { border-color: #CA173F; }
span { border-color: rgb(202,23,63); }
td.TdClassName
{
border-color: #CA173F;
}
.TagClassName
{
border-color: #CA173F;
}
</style>