Shades of Cardinal #CC2242
Tints of Cardinal #CC2242
RGB
CMYK
RGB Variations
Color information
#CC2242 (or 0xCC2242) is known color: Cardinal. HEX triplet: CC, 22 and 42. RGB value is (204,34,66). Sum of RGB (Red+Green+Blue) = 204+34+66=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2242 is #33DDBD. Grayscale: #585858. Windows color (decimal): -3399102 or 4334284. OLE color: 4334284.
HSL color Cylindrical-coordinate representation of color #CC2242: hue angle of 348.71º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2242 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 66 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.2 |
| HSL | 348.71º | 0.71% | 0.47% | - |
| HSV(B) | 348.71º | 0.83% | 0.8% | - |
| XYZ | 26.46 | 14.37 | 6.53 | - |
| YUV | 88.48 | 115.32 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 66 | 0 | 0.83 | 0.68 | 0.2 | 348.71 | 0.71 | 0.47 |
| Hex | CC | 22 | 42 | 0 | 53 | 44 | 14 | 15D | 47 | 2F |
| Octal | 314 | 42 | 102 | 0 | 123 | 104 | 24 | 535 | 107 | 57 |
| Binary | 11001100 | 100010 | 1000010 | 0 | 1010011 | 1000100 | 10100 | 101011101 | 1000111 | 101111 |
Color Harmonies of #CC2242
Complementary color
Monochromatic Colors of #CC2242
Black with #CC2242
Text Example
Text Example
White with #CC2242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2242; }
p { color: rgb(204,34,66); }
H1.HeaderClassName
{
color: #CC2242;
}
.AnyTagClassName
{
color: #CC2242;
}
</style>
background-color css
<style>
a { background-color: #CC2242; }
a { background-color: rgb(204,34,66); }
div.DivClassName
{
background-color: #CC2242;
}
.BgClassName
{
background-color: #CC2242;
}
</style>
border-color css
<style>
span { border-color: #CC2242; }
span { border-color: rgb(204,34,66); }
td.TdClassName
{
border-color: #CC2242;
}
.TagClassName
{
border-color: #CC2242;
}
</style>