Shades of Cardinal #CA144E
Tints of Cardinal #CA144E
RGB
CMYK
RGB Variations
Color information
#CA144E (or 0xCA144E) is known color: Cardinal. HEX triplet: CA, 14 and 4E. RGB value is (202,20,78). Sum of RGB (Red+Green+Blue) = 202+20+78=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA144E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA144E is #35EBB1. Grayscale: #505050. Windows color (decimal): -3533746 or 5117130. OLE color: 5117130.
HSL color Cylindrical-coordinate representation of color #CA144E: hue angle of 340.88º 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 #CA144E is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 78 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.21 |
| HSL | 340.88º | 0.82% | 0.44% | - |
| HSV(B) | 340.88º | 0.9% | 0.79% | - |
| XYZ | 25.98 | 13.61 | 8.46 | - |
| YUV | 81.03 | 126.3 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 78 | 0 | 0.90 | 0.61 | 0.21 | 340.88 | 0.82 | 0.44 |
| Hex | CA | 14 | 4E | 0 | 5A | 3D | 15 | 155 | 52 | 2C |
| Octal | 312 | 24 | 116 | 0 | 132 | 75 | 25 | 525 | 122 | 54 |
| Binary | 11001010 | 10100 | 1001110 | 0 | 1011010 | 111101 | 10101 | 101010101 | 1010010 | 101100 |
Color Harmonies of #CA144E
Complementary color
Monochromatic Colors of #CA144E
Black with #CA144E
Text Example
Text Example
White with #CA144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA144E; }
p { color: rgb(202,20,78); }
H1.HeaderClassName
{
color: #CA144E;
}
.AnyTagClassName
{
color: #CA144E;
}
</style>
background-color css
<style>
a { background-color: #CA144E; }
a { background-color: rgb(202,20,78); }
div.DivClassName
{
background-color: #CA144E;
}
.BgClassName
{
background-color: #CA144E;
}
</style>
border-color css
<style>
span { border-color: #CA144E; }
span { border-color: rgb(202,20,78); }
td.TdClassName
{
border-color: #CA144E;
}
.TagClassName
{
border-color: #CA144E;
}
</style>