Shades of Cardinal #CC1445
Tints of Cardinal #CC1445
RGB
CMYK
RGB Variations
Color information
#CC1445 (or 0xCC1445) is known color: Cardinal. HEX triplet: CC, 14 and 45. RGB value is (204,20,69). Sum of RGB (Red+Green+Blue) = 204+20+69=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1445 is #33EBBA. Grayscale: #505050. Windows color (decimal): -3402683 or 4527308. OLE color: 4527308.
HSL color Cylindrical-coordinate representation of color #CC1445: hue angle of 344.02º degrees, saturation: 0.82, 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 #CC1445 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 69 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.2 |
| HSL | 344.02º | 0.82% | 0.44% | - |
| HSV(B) | 344.02º | 0.9% | 0.8% | - |
| XYZ | 26.23 | 13.77 | 6.91 | - |
| YUV | 80.6 | 121.46 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 69 | 0 | 0.90 | 0.66 | 0.2 | 344.02 | 0.82 | 0.44 |
| Hex | CC | 14 | 45 | 0 | 5A | 42 | 14 | 158 | 52 | 2C |
| Octal | 314 | 24 | 105 | 0 | 132 | 102 | 24 | 530 | 122 | 54 |
| Binary | 11001100 | 10100 | 1000101 | 0 | 1011010 | 1000010 | 10100 | 101011000 | 1010010 | 101100 |
Color Harmonies of #CC1445
Complementary color
Monochromatic Colors of #CC1445
Black with #CC1445
Text Example
Text Example
White with #CC1445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1445; }
p { color: rgb(204,20,69); }
H1.HeaderClassName
{
color: #CC1445;
}
.AnyTagClassName
{
color: #CC1445;
}
</style>
background-color css
<style>
a { background-color: #CC1445; }
a { background-color: rgb(204,20,69); }
div.DivClassName
{
background-color: #CC1445;
}
.BgClassName
{
background-color: #CC1445;
}
</style>
border-color css
<style>
span { border-color: #CC1445; }
span { border-color: rgb(204,20,69); }
td.TdClassName
{
border-color: #CC1445;
}
.TagClassName
{
border-color: #CC1445;
}
</style>