Shades of Cardinal #CA1847
Tints of Cardinal #CA1847
RGB
CMYK
RGB Variations
Color information
#CA1847 (or 0xCA1847) is known color: Cardinal. HEX triplet: CA, 18 and 47. RGB value is (202,24,71). Sum of RGB (Red+Green+Blue) = 202+24+71=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1847 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1847 is #35E7B8. Grayscale: #525252. Windows color (decimal): -3532729 or 4659402. OLE color: 4659402.
HSL color Cylindrical-coordinate representation of color #CA1847: hue angle of 344.16º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1847 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 71 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.21 |
| HSL | 344.16º | 0.79% | 0.44% | - |
| HSV(B) | 344.16º | 0.88% | 0.79% | - |
| XYZ | 25.82 | 13.66 | 7.24 | - |
| YUV | 82.58 | 121.47 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 71 | 0 | 0.88 | 0.65 | 0.21 | 344.16 | 0.79 | 0.44 |
| Hex | CA | 18 | 47 | 0 | 58 | 41 | 15 | 158 | 4F | 2C |
| Octal | 312 | 30 | 107 | 0 | 130 | 101 | 25 | 530 | 117 | 54 |
| Binary | 11001010 | 11000 | 1000111 | 0 | 1011000 | 1000001 | 10101 | 101011000 | 1001111 | 101100 |
Color Harmonies of #CA1847
Complementary color
Monochromatic Colors of #CA1847
Black with #CA1847
Text Example
Text Example
White with #CA1847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1847; }
p { color: rgb(202,24,71); }
H1.HeaderClassName
{
color: #CA1847;
}
.AnyTagClassName
{
color: #CA1847;
}
</style>
background-color css
<style>
a { background-color: #CA1847; }
a { background-color: rgb(202,24,71); }
div.DivClassName
{
background-color: #CA1847;
}
.BgClassName
{
background-color: #CA1847;
}
</style>
border-color css
<style>
span { border-color: #CA1847; }
span { border-color: rgb(202,24,71); }
td.TdClassName
{
border-color: #CA1847;
}
.TagClassName
{
border-color: #CA1847;
}
</style>