Shades of Cardinal #CA153C
Tints of Cardinal #CA153C
RGB
CMYK
RGB Variations
Color information
#CA153C (or 0xCA153C) is known color: Cardinal. HEX triplet: CA, 15 and 3C. RGB value is (202,21,60). Sum of RGB (Red+Green+Blue) = 202+21+60=283 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.38% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 202 - color contains mainly: red. Hex color #CA153C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA153C is #35EAC3. Grayscale: #4F4F4F. Windows color (decimal): -3533508 or 3937738. OLE color: 3937738.
HSL color Cylindrical-coordinate representation of color #CA153C: hue angle of 347.07º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA153C is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 60 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.21 |
| HSL | 347.07º | 0.81% | 0.44% | - |
| HSV(B) | 347.07º | 0.9% | 0.79% | - |
| XYZ | 25.44 | 13.42 | 5.52 | - |
| YUV | 79.57 | 116.97 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 60 | 0 | 0.90 | 0.70 | 0.21 | 347.07 | 0.81 | 0.44 |
| Hex | CA | 15 | 3C | 0 | 5A | 46 | 15 | 15B | 51 | 2C |
| Octal | 312 | 25 | 74 | 0 | 132 | 106 | 25 | 533 | 121 | 54 |
| Binary | 11001010 | 10101 | 111100 | 0 | 1011010 | 1000110 | 10101 | 101011011 | 1010001 | 101100 |
Color Harmonies of #CA153C
Complementary color
Monochromatic Colors of #CA153C
Black with #CA153C
Text Example
Text Example
White with #CA153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA153C; }
p { color: rgb(202,21,60); }
H1.HeaderClassName
{
color: #CA153C;
}
.AnyTagClassName
{
color: #CA153C;
}
</style>
background-color css
<style>
a { background-color: #CA153C; }
a { background-color: rgb(202,21,60); }
div.DivClassName
{
background-color: #CA153C;
}
.BgClassName
{
background-color: #CA153C;
}
</style>
border-color css
<style>
span { border-color: #CA153C; }
span { border-color: rgb(202,21,60); }
td.TdClassName
{
border-color: #CA153C;
}
.TagClassName
{
border-color: #CA153C;
}
</style>