Shades of Cardinal #CC1545
Tints of Cardinal #CC1545
RGB
CMYK
RGB Variations
Color information
#CC1545 (or 0xCC1545) is known color: Cardinal. HEX triplet: CC, 15 and 45. RGB value is (204,21,69). Sum of RGB (Red+Green+Blue) = 204+21+69=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1545 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1545 is #33EABA. Grayscale: #515151. Windows color (decimal): -3402427 or 4527564. OLE color: 4527564.
HSL color Cylindrical-coordinate representation of color #CC1545: hue angle of 344.26º 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 #CC1545 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 69 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.2 |
| HSL | 344.26º | 0.81% | 0.44% | - |
| HSV(B) | 344.26º | 0.9% | 0.8% | - |
| XYZ | 26.24 | 13.8 | 6.91 | - |
| YUV | 81.19 | 121.13 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 69 | 0 | 0.90 | 0.66 | 0.2 | 344.26 | 0.81 | 0.44 |
| Hex | CC | 15 | 45 | 0 | 5A | 42 | 14 | 158 | 51 | 2C |
| Octal | 314 | 25 | 105 | 0 | 132 | 102 | 24 | 530 | 121 | 54 |
| Binary | 11001100 | 10101 | 1000101 | 0 | 1011010 | 1000010 | 10100 | 101011000 | 1010001 | 101100 |
Color Harmonies of #CC1545
Complementary color
Monochromatic Colors of #CC1545
Black with #CC1545
Text Example
Text Example
White with #CC1545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1545; }
p { color: rgb(204,21,69); }
H1.HeaderClassName
{
color: #CC1545;
}
.AnyTagClassName
{
color: #CC1545;
}
</style>
background-color css
<style>
a { background-color: #CC1545; }
a { background-color: rgb(204,21,69); }
div.DivClassName
{
background-color: #CC1545;
}
.BgClassName
{
background-color: #CC1545;
}
</style>
border-color css
<style>
span { border-color: #CC1545; }
span { border-color: rgb(204,21,69); }
td.TdClassName
{
border-color: #CC1545;
}
.TagClassName
{
border-color: #CC1545;
}
</style>