Shades of Cardinal #CA1749
Tints of Cardinal #CA1749
RGB
CMYK
RGB Variations
Color information
#CA1749 (or 0xCA1749) is known color: Cardinal. HEX triplet: CA, 17 and 49. RGB value is (202,23,73). Sum of RGB (Red+Green+Blue) = 202+23+73=298 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.79% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1749 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1749 is #35E8B6. Grayscale: #525252. Windows color (decimal): -3532983 or 4790218. OLE color: 4790218.
HSL color Cylindrical-coordinate representation of color #CA1749: hue angle of 343.24º 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 #CA1749 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 23 | 73 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.21 |
| HSL | 343.24º | 0.8% | 0.44% | - |
| HSV(B) | 343.24º | 0.89% | 0.79% | - |
| XYZ | 25.87 | 13.65 | 7.57 | - |
| YUV | 82.22 | 122.8 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 73 | 0 | 0.89 | 0.64 | 0.21 | 343.24 | 0.8 | 0.44 |
| Hex | CA | 17 | 49 | 0 | 59 | 40 | 15 | 157 | 50 | 2C |
| Octal | 312 | 27 | 111 | 0 | 131 | 100 | 25 | 527 | 120 | 54 |
| Binary | 11001010 | 10111 | 1001001 | 0 | 1011001 | 1000000 | 10101 | 101010111 | 1010000 | 101100 |
Color Harmonies of #CA1749
Complementary color
Monochromatic Colors of #CA1749
Black with #CA1749
Text Example
Text Example
White with #CA1749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1749; }
p { color: rgb(202,23,73); }
H1.HeaderClassName
{
color: #CA1749;
}
.AnyTagClassName
{
color: #CA1749;
}
</style>
background-color css
<style>
a { background-color: #CA1749; }
a { background-color: rgb(202,23,73); }
div.DivClassName
{
background-color: #CA1749;
}
.BgClassName
{
background-color: #CA1749;
}
</style>
border-color css
<style>
span { border-color: #CA1749; }
span { border-color: rgb(202,23,73); }
td.TdClassName
{
border-color: #CA1749;
}
.TagClassName
{
border-color: #CA1749;
}
</style>