Shades of Cardinal #CA1647
Tints of Cardinal #CA1647
RGB
CMYK
RGB Variations
Color information
#CA1647 (or 0xCA1647) is known color: Cardinal. HEX triplet: CA, 16 and 47. RGB value is (202,22,71). Sum of RGB (Red+Green+Blue) = 202+22+71=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1647 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1647 is #35E9B8. Grayscale: #515151. Windows color (decimal): -3533241 or 4658890. OLE color: 4658890.
HSL color Cylindrical-coordinate representation of color #CA1647: hue angle of 343.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1647 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 71 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.21 |
| HSL | 343.67º | 0.8% | 0.44% | - |
| HSV(B) | 343.67º | 0.89% | 0.79% | - |
| XYZ | 25.78 | 13.59 | 7.22 | - |
| YUV | 81.41 | 122.13 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 71 | 0 | 0.89 | 0.65 | 0.21 | 343.67 | 0.8 | 0.44 |
| Hex | CA | 16 | 47 | 0 | 59 | 41 | 15 | 158 | 50 | 2C |
| Octal | 312 | 26 | 107 | 0 | 131 | 101 | 25 | 530 | 120 | 54 |
| Binary | 11001010 | 10110 | 1000111 | 0 | 1011001 | 1000001 | 10101 | 101011000 | 1010000 | 101100 |
Color Harmonies of #CA1647
Complementary color
Monochromatic Colors of #CA1647
Black with #CA1647
Text Example
Text Example
White with #CA1647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1647; }
p { color: rgb(202,22,71); }
H1.HeaderClassName
{
color: #CA1647;
}
.AnyTagClassName
{
color: #CA1647;
}
</style>
background-color css
<style>
a { background-color: #CA1647; }
a { background-color: rgb(202,22,71); }
div.DivClassName
{
background-color: #CA1647;
}
.BgClassName
{
background-color: #CA1647;
}
</style>
border-color css
<style>
span { border-color: #CA1647; }
span { border-color: rgb(202,22,71); }
td.TdClassName
{
border-color: #CA1647;
}
.TagClassName
{
border-color: #CA1647;
}
</style>