Shades of Cardinal #CC1546
Tints of Cardinal #CC1546
RGB
CMYK
RGB Variations
Color information
#CC1546 (or 0xCC1546) is known color: Cardinal. HEX triplet: CC, 15 and 46. RGB value is (204,21,70). Sum of RGB (Red+Green+Blue) = 204+21+70=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1546 is #33EAB9. Grayscale: #515151. Windows color (decimal): -3402426 or 4593100. OLE color: 4593100.
HSL color Cylindrical-coordinate representation of color #CC1546: hue angle of 343.93º 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 #CC1546 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 70 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.2 |
| HSL | 343.93º | 0.81% | 0.44% | - |
| HSV(B) | 343.93º | 0.9% | 0.8% | - |
| XYZ | 26.28 | 13.82 | 7.08 | - |
| YUV | 81.3 | 121.63 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 70 | 0 | 0.90 | 0.66 | 0.2 | 343.93 | 0.81 | 0.44 |
| Hex | CC | 15 | 46 | 0 | 5A | 42 | 14 | 158 | 51 | 2C |
| Octal | 314 | 25 | 106 | 0 | 132 | 102 | 24 | 530 | 121 | 54 |
| Binary | 11001100 | 10101 | 1000110 | 0 | 1011010 | 1000010 | 10100 | 101011000 | 1010001 | 101100 |
Color Harmonies of #CC1546
Complementary color
Monochromatic Colors of #CC1546
Black with #CC1546
Text Example
Text Example
White with #CC1546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1546; }
p { color: rgb(204,21,70); }
H1.HeaderClassName
{
color: #CC1546;
}
.AnyTagClassName
{
color: #CC1546;
}
</style>
background-color css
<style>
a { background-color: #CC1546; }
a { background-color: rgb(204,21,70); }
div.DivClassName
{
background-color: #CC1546;
}
.BgClassName
{
background-color: #CC1546;
}
</style>
border-color css
<style>
span { border-color: #CC1546; }
span { border-color: rgb(204,21,70); }
td.TdClassName
{
border-color: #CC1546;
}
.TagClassName
{
border-color: #CC1546;
}
</style>