Shades of Cardinal #CA1744
Tints of Cardinal #CA1744
RGB
CMYK
RGB Variations
Color information
#CA1744 (or 0xCA1744) is known color: Cardinal. HEX triplet: CA, 17 and 44. RGB value is (202,23,68). Sum of RGB (Red+Green+Blue) = 202+23+68=293 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.94% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1744 is #35E8BB. Grayscale: #515151. Windows color (decimal): -3532988 or 4462538. OLE color: 4462538.
HSL color Cylindrical-coordinate representation of color #CA1744: hue angle of 344.92º 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 #CA1744 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 23 | 68 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.21 |
| HSL | 344.92º | 0.8% | 0.44% | - |
| HSV(B) | 344.92º | 0.89% | 0.79% | - |
| XYZ | 25.71 | 13.59 | 6.74 | - |
| YUV | 81.65 | 120.3 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 68 | 0 | 0.89 | 0.66 | 0.21 | 344.92 | 0.8 | 0.44 |
| Hex | CA | 17 | 44 | 0 | 59 | 42 | 15 | 159 | 50 | 2C |
| Octal | 312 | 27 | 104 | 0 | 131 | 102 | 25 | 531 | 120 | 54 |
| Binary | 11001010 | 10111 | 1000100 | 0 | 1011001 | 1000010 | 10101 | 101011001 | 1010000 | 101100 |
Color Harmonies of #CA1744
Complementary color
Monochromatic Colors of #CA1744
Black with #CA1744
Text Example
Text Example
White with #CA1744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1744; }
p { color: rgb(202,23,68); }
H1.HeaderClassName
{
color: #CA1744;
}
.AnyTagClassName
{
color: #CA1744;
}
</style>
background-color css
<style>
a { background-color: #CA1744; }
a { background-color: rgb(202,23,68); }
div.DivClassName
{
background-color: #CA1744;
}
.BgClassName
{
background-color: #CA1744;
}
</style>
border-color css
<style>
span { border-color: #CA1744; }
span { border-color: rgb(202,23,68); }
td.TdClassName
{
border-color: #CA1744;
}
.TagClassName
{
border-color: #CA1744;
}
</style>