Shades of Cardinal #CA1644
Tints of Cardinal #CA1644
RGB
CMYK
RGB Variations
Color information
#CA1644 (or 0xCA1644) is known color: Cardinal. HEX triplet: CA, 16 and 44. RGB value is (202,22,68). Sum of RGB (Red+Green+Blue) = 202+22+68=292 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.18% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1644 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1644 is #35E9BB. Grayscale: #515151. Windows color (decimal): -3533244 or 4462282. OLE color: 4462282.
HSL color Cylindrical-coordinate representation of color #CA1644: hue angle of 344.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 #CA1644 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 68 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.21 |
| HSL | 344.67º | 0.8% | 0.44% | - |
| HSV(B) | 344.67º | 0.89% | 0.79% | - |
| XYZ | 25.69 | 13.55 | 6.73 | - |
| YUV | 81.06 | 120.63 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 68 | 0 | 0.89 | 0.66 | 0.21 | 344.67 | 0.8 | 0.44 |
| Hex | CA | 16 | 44 | 0 | 59 | 42 | 15 | 159 | 50 | 2C |
| Octal | 312 | 26 | 104 | 0 | 131 | 102 | 25 | 531 | 120 | 54 |
| Binary | 11001010 | 10110 | 1000100 | 0 | 1011001 | 1000010 | 10101 | 101011001 | 1010000 | 101100 |
Color Harmonies of #CA1644
Complementary color
Monochromatic Colors of #CA1644
Black with #CA1644
Text Example
Text Example
White with #CA1644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1644; }
p { color: rgb(202,22,68); }
H1.HeaderClassName
{
color: #CA1644;
}
.AnyTagClassName
{
color: #CA1644;
}
</style>
background-color css
<style>
a { background-color: #CA1644; }
a { background-color: rgb(202,22,68); }
div.DivClassName
{
background-color: #CA1644;
}
.BgClassName
{
background-color: #CA1644;
}
</style>
border-color css
<style>
span { border-color: #CA1644; }
span { border-color: rgb(202,22,68); }
td.TdClassName
{
border-color: #CA1644;
}
.TagClassName
{
border-color: #CA1644;
}
</style>