Shades of Cardinal #CA143C
Tints of Cardinal #CA143C
RGB
CMYK
RGB Variations
Color information
#CA143C (or 0xCA143C) is known color: Cardinal. HEX triplet: CA, 14 and 3C. RGB value is (202,20,60). Sum of RGB (Red+Green+Blue) = 202+20+60=282 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.63% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 202 - color contains mainly: red. Hex color #CA143C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA143C is #35EBC3. Grayscale: #4E4E4E. Windows color (decimal): -3533764 or 3937482. OLE color: 3937482.
HSL color Cylindrical-coordinate representation of color #CA143C: hue angle of 346.81º degrees, saturation: 0.82, 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 #CA143C is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 60 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.21 |
| HSL | 346.81º | 0.82% | 0.44% | - |
| HSV(B) | 346.81º | 0.9% | 0.79% | - |
| XYZ | 25.42 | 13.38 | 5.52 | - |
| YUV | 78.98 | 117.3 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 60 | 0 | 0.90 | 0.70 | 0.21 | 346.81 | 0.82 | 0.44 |
| Hex | CA | 14 | 3C | 0 | 5A | 46 | 15 | 15B | 52 | 2C |
| Octal | 312 | 24 | 74 | 0 | 132 | 106 | 25 | 533 | 122 | 54 |
| Binary | 11001010 | 10100 | 111100 | 0 | 1011010 | 1000110 | 10101 | 101011011 | 1010010 | 101100 |
Color Harmonies of #CA143C
Complementary color
Monochromatic Colors of #CA143C
Black with #CA143C
Text Example
Text Example
White with #CA143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA143C; }
p { color: rgb(202,20,60); }
H1.HeaderClassName
{
color: #CA143C;
}
.AnyTagClassName
{
color: #CA143C;
}
</style>
background-color css
<style>
a { background-color: #CA143C; }
a { background-color: rgb(202,20,60); }
div.DivClassName
{
background-color: #CA143C;
}
.BgClassName
{
background-color: #CA143C;
}
</style>
border-color css
<style>
span { border-color: #CA143C; }
span { border-color: rgb(202,20,60); }
td.TdClassName
{
border-color: #CA143C;
}
.TagClassName
{
border-color: #CA143C;
}
</style>