Shades of Cardinal #CA1648
Tints of Cardinal #CA1648
RGB
CMYK
RGB Variations
Color information
#CA1648 (or 0xCA1648) is known color: Cardinal. HEX triplet: CA, 16 and 48. RGB value is (202,22,72). Sum of RGB (Red+Green+Blue) = 202+22+72=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1648 is #35E9B7. Grayscale: #515151. Windows color (decimal): -3533240 or 4724426. OLE color: 4724426.
HSL color Cylindrical-coordinate representation of color #CA1648: hue angle of 343.33º 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 #CA1648 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 72 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.21 |
| HSL | 343.33º | 0.8% | 0.44% | - |
| HSV(B) | 343.33º | 0.89% | 0.79% | - |
| XYZ | 25.81 | 13.6 | 7.4 | - |
| YUV | 81.52 | 122.63 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 72 | 0 | 0.89 | 0.64 | 0.21 | 343.33 | 0.8 | 0.44 |
| Hex | CA | 16 | 48 | 0 | 59 | 40 | 15 | 157 | 50 | 2C |
| Octal | 312 | 26 | 110 | 0 | 131 | 100 | 25 | 527 | 120 | 54 |
| Binary | 11001010 | 10110 | 1001000 | 0 | 1011001 | 1000000 | 10101 | 101010111 | 1010000 | 101100 |
Color Harmonies of #CA1648
Complementary color
Monochromatic Colors of #CA1648
Black with #CA1648
Text Example
Text Example
White with #CA1648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1648; }
p { color: rgb(202,22,72); }
H1.HeaderClassName
{
color: #CA1648;
}
.AnyTagClassName
{
color: #CA1648;
}
</style>
background-color css
<style>
a { background-color: #CA1648; }
a { background-color: rgb(202,22,72); }
div.DivClassName
{
background-color: #CA1648;
}
.BgClassName
{
background-color: #CA1648;
}
</style>
border-color css
<style>
span { border-color: #CA1648; }
span { border-color: rgb(202,22,72); }
td.TdClassName
{
border-color: #CA1648;
}
.TagClassName
{
border-color: #CA1648;
}
</style>