Shades of Cardinal #CA1537
Tints of Cardinal #CA1537
RGB
CMYK
RGB Variations
Color information
#CA1537 (or 0xCA1537) is known color: Cardinal. HEX triplet: CA, 15 and 37. RGB value is (202,21,55). Sum of RGB (Red+Green+Blue) = 202+21+55=278 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.66% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1537 is #35EAC8. Grayscale: #4F4F4F. Windows color (decimal): -3533513 or 3610058. OLE color: 3610058.
HSL color Cylindrical-coordinate representation of color #CA1537: hue angle of 348.73º 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 #CA1537 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 55 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.21 |
| HSL | 348.73º | 0.81% | 0.44% | - |
| HSV(B) | 348.73º | 0.9% | 0.79% | - |
| XYZ | 25.31 | 13.37 | 4.86 | - |
| YUV | 79 | 114.47 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 55 | 0 | 0.90 | 0.73 | 0.21 | 348.73 | 0.81 | 0.44 |
| Hex | CA | 15 | 37 | 0 | 5A | 49 | 15 | 15D | 51 | 2C |
| Octal | 312 | 25 | 67 | 0 | 132 | 111 | 25 | 535 | 121 | 54 |
| Binary | 11001010 | 10101 | 110111 | 0 | 1011010 | 1001001 | 10101 | 101011101 | 1010001 | 101100 |
Color Harmonies of #CA1537
Complementary color
Monochromatic Colors of #CA1537
Black with #CA1537
Text Example
Text Example
White with #CA1537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1537; }
p { color: rgb(202,21,55); }
H1.HeaderClassName
{
color: #CA1537;
}
.AnyTagClassName
{
color: #CA1537;
}
</style>
background-color css
<style>
a { background-color: #CA1537; }
a { background-color: rgb(202,21,55); }
div.DivClassName
{
background-color: #CA1537;
}
.BgClassName
{
background-color: #CA1537;
}
</style>
border-color css
<style>
span { border-color: #CA1537; }
span { border-color: rgb(202,21,55); }
td.TdClassName
{
border-color: #CA1537;
}
.TagClassName
{
border-color: #CA1537;
}
</style>