Shades of Cardinal #CA1649
Tints of Cardinal #CA1649
RGB
CMYK
RGB Variations
Color information
#CA1649 (or 0xCA1649) is known color: Cardinal. HEX triplet: CA, 16 and 49. RGB value is (202,22,73). Sum of RGB (Red+Green+Blue) = 202+22+73=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1649 is #35E9B6. Grayscale: #515151. Windows color (decimal): -3533239 or 4789962. OLE color: 4789962.
HSL color Cylindrical-coordinate representation of color #CA1649: hue angle of 343º 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 #CA1649 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 73 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.21 |
| HSL | 343º | 0.8% | 0.44% | - |
| HSV(B) | 343º | 0.89% | 0.79% | - |
| XYZ | 25.85 | 13.61 | 7.57 | - |
| YUV | 81.63 | 123.13 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 73 | 0 | 0.89 | 0.64 | 0.21 | 343 | 0.8 | 0.44 |
| Hex | CA | 16 | 49 | 0 | 59 | 40 | 15 | 157 | 50 | 2C |
| Octal | 312 | 26 | 111 | 0 | 131 | 100 | 25 | 527 | 120 | 54 |
| Binary | 11001010 | 10110 | 1001001 | 0 | 1011001 | 1000000 | 10101 | 101010111 | 1010000 | 101100 |
Color Harmonies of #CA1649
Complementary color
Monochromatic Colors of #CA1649
Black with #CA1649
Text Example
Text Example
White with #CA1649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1649; }
p { color: rgb(202,22,73); }
H1.HeaderClassName
{
color: #CA1649;
}
.AnyTagClassName
{
color: #CA1649;
}
</style>
background-color css
<style>
a { background-color: #CA1649; }
a { background-color: rgb(202,22,73); }
div.DivClassName
{
background-color: #CA1649;
}
.BgClassName
{
background-color: #CA1649;
}
</style>
border-color css
<style>
span { border-color: #CA1649; }
span { border-color: rgb(202,22,73); }
td.TdClassName
{
border-color: #CA1649;
}
.TagClassName
{
border-color: #CA1649;
}
</style>