Shades of Cardinal #CA1437
Tints of Cardinal #CA1437
RGB
CMYK
RGB Variations
Color information
#CA1437 (or 0xCA1437) is known color: Cardinal. HEX triplet: CA, 14 and 37. RGB value is (202,20,55). Sum of RGB (Red+Green+Blue) = 202+20+55=277 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.92% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1437 is #35EBC8. Grayscale: #4E4E4E. Windows color (decimal): -3533769 or 3609802. OLE color: 3609802.
HSL color Cylindrical-coordinate representation of color #CA1437: hue angle of 348.46º 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 #CA1437 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 55 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.21 |
| HSL | 348.46º | 0.82% | 0.44% | - |
| HSV(B) | 348.46º | 0.9% | 0.79% | - |
| XYZ | 25.3 | 13.33 | 4.85 | - |
| YUV | 78.41 | 114.8 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 55 | 0 | 0.90 | 0.73 | 0.21 | 348.46 | 0.82 | 0.44 |
| Hex | CA | 14 | 37 | 0 | 5A | 49 | 15 | 15C | 52 | 2C |
| Octal | 312 | 24 | 67 | 0 | 132 | 111 | 25 | 534 | 122 | 54 |
| Binary | 11001010 | 10100 | 110111 | 0 | 1011010 | 1001001 | 10101 | 101011100 | 1010010 | 101100 |
Color Harmonies of #CA1437
Complementary color
Monochromatic Colors of #CA1437
Black with #CA1437
Text Example
Text Example
White with #CA1437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1437; }
p { color: rgb(202,20,55); }
H1.HeaderClassName
{
color: #CA1437;
}
.AnyTagClassName
{
color: #CA1437;
}
</style>
background-color css
<style>
a { background-color: #CA1437; }
a { background-color: rgb(202,20,55); }
div.DivClassName
{
background-color: #CA1437;
}
.BgClassName
{
background-color: #CA1437;
}
</style>
border-color css
<style>
span { border-color: #CA1437; }
span { border-color: rgb(202,20,55); }
td.TdClassName
{
border-color: #CA1437;
}
.TagClassName
{
border-color: #CA1437;
}
</style>