Shades of Cardinal #CA2048
Tints of Cardinal #CA2048
RGB
CMYK
RGB Variations
Color information
#CA2048 (or 0xCA2048) is known color: Cardinal. HEX triplet: CA, 20 and 48. RGB value is (202,32,72). Sum of RGB (Red+Green+Blue) = 202+32+72=306 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.01% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2048 is #35DFB7. Grayscale: #575757. Windows color (decimal): -3530680 or 4726986. OLE color: 4726986.
HSL color Cylindrical-coordinate representation of color #CA2048: hue angle of 345.88º 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 #CA2048 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 72 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.21 |
| HSL | 345.88º | 0.73% | 0.46% | - |
| HSV(B) | 345.88º | 0.84% | 0.79% | - |
| XYZ | 26.04 | 14.06 | 7.47 | - |
| YUV | 87.39 | 119.32 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 72 | 0 | 0.84 | 0.64 | 0.21 | 345.88 | 0.73 | 0.46 |
| Hex | CA | 20 | 48 | 0 | 54 | 40 | 15 | 15A | 49 | 2E |
| Octal | 312 | 40 | 110 | 0 | 124 | 100 | 25 | 532 | 111 | 56 |
| Binary | 11001010 | 100000 | 1001000 | 0 | 1010100 | 1000000 | 10101 | 101011010 | 1001001 | 101110 |
Color Harmonies of #CA2048
Complementary color
Monochromatic Colors of #CA2048
Black with #CA2048
Text Example
Text Example
White with #CA2048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2048; }
p { color: rgb(202,32,72); }
H1.HeaderClassName
{
color: #CA2048;
}
.AnyTagClassName
{
color: #CA2048;
}
</style>
background-color css
<style>
a { background-color: #CA2048; }
a { background-color: rgb(202,32,72); }
div.DivClassName
{
background-color: #CA2048;
}
.BgClassName
{
background-color: #CA2048;
}
</style>
border-color css
<style>
span { border-color: #CA2048; }
span { border-color: rgb(202,32,72); }
td.TdClassName
{
border-color: #CA2048;
}
.TagClassName
{
border-color: #CA2048;
}
</style>