Shades of Cardinal #CA2047
Tints of Cardinal #CA2047
RGB
CMYK
RGB Variations
Color information
#CA2047 (or 0xCA2047) is known color: Cardinal. HEX triplet: CA, 20 and 47. RGB value is (202,32,71). Sum of RGB (Red+Green+Blue) = 202+32+71=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2047 is #35DFB8. Grayscale: #575757. Windows color (decimal): -3530681 or 4661450. OLE color: 4661450.
HSL color Cylindrical-coordinate representation of color #CA2047: hue angle of 346.24º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2047 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 71 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.21 |
| HSL | 346.24º | 0.73% | 0.46% | - |
| HSV(B) | 346.24º | 0.84% | 0.79% | - |
| XYZ | 26.01 | 14.04 | 7.3 | - |
| YUV | 87.28 | 118.82 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 71 | 0 | 0.84 | 0.65 | 0.21 | 346.24 | 0.73 | 0.46 |
| Hex | CA | 20 | 47 | 0 | 54 | 41 | 15 | 15A | 49 | 2E |
| Octal | 312 | 40 | 107 | 0 | 124 | 101 | 25 | 532 | 111 | 56 |
| Binary | 11001010 | 100000 | 1000111 | 0 | 1010100 | 1000001 | 10101 | 101011010 | 1001001 | 101110 |
Color Harmonies of #CA2047
Complementary color
Monochromatic Colors of #CA2047
Black with #CA2047
Text Example
Text Example
White with #CA2047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2047; }
p { color: rgb(202,32,71); }
H1.HeaderClassName
{
color: #CA2047;
}
.AnyTagClassName
{
color: #CA2047;
}
</style>
background-color css
<style>
a { background-color: #CA2047; }
a { background-color: rgb(202,32,71); }
div.DivClassName
{
background-color: #CA2047;
}
.BgClassName
{
background-color: #CA2047;
}
</style>
border-color css
<style>
span { border-color: #CA2047; }
span { border-color: rgb(202,32,71); }
td.TdClassName
{
border-color: #CA2047;
}
.TagClassName
{
border-color: #CA2047;
}
</style>