Shades of Cardinal #CC1548
Tints of Cardinal #CC1548
RGB
CMYK
RGB Variations
Color information
#CC1548 (or 0xCC1548) is known color: Cardinal. HEX triplet: CC, 15 and 48. RGB value is (204,21,72). Sum of RGB (Red+Green+Blue) = 204+21+72=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1548 is #33EAB7. Grayscale: #515151. Windows color (decimal): -3402424 or 4724172. OLE color: 4724172.
HSL color Cylindrical-coordinate representation of color #CC1548: hue angle of 343.28º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1548 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 72 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.2 |
| HSL | 343.28º | 0.81% | 0.44% | - |
| HSV(B) | 343.28º | 0.9% | 0.8% | - |
| XYZ | 26.34 | 13.84 | 7.41 | - |
| YUV | 81.53 | 122.63 | 215.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 72 | 0 | 0.90 | 0.65 | 0.2 | 343.28 | 0.81 | 0.44 |
| Hex | CC | 15 | 48 | 0 | 5A | 41 | 14 | 157 | 51 | 2C |
| Octal | 314 | 25 | 110 | 0 | 132 | 101 | 24 | 527 | 121 | 54 |
| Binary | 11001100 | 10101 | 1001000 | 0 | 1011010 | 1000001 | 10100 | 101010111 | 1010001 | 101100 |
Color Harmonies of #CC1548
Complementary color
Monochromatic Colors of #CC1548
Black with #CC1548
Text Example
Text Example
White with #CC1548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1548; }
p { color: rgb(204,21,72); }
H1.HeaderClassName
{
color: #CC1548;
}
.AnyTagClassName
{
color: #CC1548;
}
</style>
background-color css
<style>
a { background-color: #CC1548; }
a { background-color: rgb(204,21,72); }
div.DivClassName
{
background-color: #CC1548;
}
.BgClassName
{
background-color: #CC1548;
}
</style>
border-color css
<style>
span { border-color: #CC1548; }
span { border-color: rgb(204,21,72); }
td.TdClassName
{
border-color: #CC1548;
}
.TagClassName
{
border-color: #CC1548;
}
</style>