Shades of Cardinal #CA1745
Tints of Cardinal #CA1745
RGB
CMYK
RGB Variations
Color information
#CA1745 (or 0xCA1745) is known color: Cardinal. HEX triplet: CA, 17 and 45. RGB value is (202,23,69). Sum of RGB (Red+Green+Blue) = 202+23+69=294 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.71% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1745 is #35E8BA. Grayscale: #515151. Windows color (decimal): -3532987 or 4528074. OLE color: 4528074.
HSL color Cylindrical-coordinate representation of color #CA1745: hue angle of 344.58º 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 #CA1745 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 23 | 69 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.21 |
| HSL | 344.58º | 0.8% | 0.44% | - |
| HSV(B) | 344.58º | 0.89% | 0.79% | - |
| XYZ | 25.74 | 13.6 | 6.9 | - |
| YUV | 81.77 | 120.8 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 69 | 0 | 0.89 | 0.66 | 0.21 | 344.58 | 0.8 | 0.44 |
| Hex | CA | 17 | 45 | 0 | 59 | 42 | 15 | 159 | 50 | 2C |
| Octal | 312 | 27 | 105 | 0 | 131 | 102 | 25 | 531 | 120 | 54 |
| Binary | 11001010 | 10111 | 1000101 | 0 | 1011001 | 1000010 | 10101 | 101011001 | 1010000 | 101100 |
Color Harmonies of #CA1745
Complementary color
Monochromatic Colors of #CA1745
Black with #CA1745
Text Example
Text Example
White with #CA1745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1745; }
p { color: rgb(202,23,69); }
H1.HeaderClassName
{
color: #CA1745;
}
.AnyTagClassName
{
color: #CA1745;
}
</style>
background-color css
<style>
a { background-color: #CA1745; }
a { background-color: rgb(202,23,69); }
div.DivClassName
{
background-color: #CA1745;
}
.BgClassName
{
background-color: #CA1745;
}
</style>
border-color css
<style>
span { border-color: #CA1745; }
span { border-color: rgb(202,23,69); }
td.TdClassName
{
border-color: #CA1745;
}
.TagClassName
{
border-color: #CA1745;
}
</style>