Shades of Cardinal #CA144F
Tints of Cardinal #CA144F
RGB
CMYK
RGB Variations
Color information
#CA144F (or 0xCA144F) is known color: Cardinal. HEX triplet: CA, 14 and 4F. RGB value is (202,20,79). Sum of RGB (Red+Green+Blue) = 202+20+79=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA144F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA144F is #35EBB0. Grayscale: #515151. Windows color (decimal): -3533745 or 5182666. OLE color: 5182666.
HSL color Cylindrical-coordinate representation of color #CA144F: hue angle of 340.55º 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 #CA144F is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 79 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.21 |
| HSL | 340.55º | 0.82% | 0.44% | - |
| HSV(B) | 340.55º | 0.9% | 0.79% | - |
| XYZ | 26.02 | 13.62 | 8.65 | - |
| YUV | 81.14 | 126.8 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 79 | 0 | 0.90 | 0.61 | 0.21 | 340.55 | 0.82 | 0.44 |
| Hex | CA | 14 | 4F | 0 | 5A | 3D | 15 | 155 | 52 | 2C |
| Octal | 312 | 24 | 117 | 0 | 132 | 75 | 25 | 525 | 122 | 54 |
| Binary | 11001010 | 10100 | 1001111 | 0 | 1011010 | 111101 | 10101 | 101010101 | 1010010 | 101100 |
Color Harmonies of #CA144F
Complementary color
Monochromatic Colors of #CA144F
Black with #CA144F
Text Example
Text Example
White with #CA144F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA144F; }
p { color: rgb(202,20,79); }
H1.HeaderClassName
{
color: #CA144F;
}
.AnyTagClassName
{
color: #CA144F;
}
</style>
background-color css
<style>
a { background-color: #CA144F; }
a { background-color: rgb(202,20,79); }
div.DivClassName
{
background-color: #CA144F;
}
.BgClassName
{
background-color: #CA144F;
}
</style>
border-color css
<style>
span { border-color: #CA144F; }
span { border-color: rgb(202,20,79); }
td.TdClassName
{
border-color: #CA144F;
}
.TagClassName
{
border-color: #CA144F;
}
</style>