Shades of Cardinal #CC2240
Tints of Cardinal #CC2240
RGB
CMYK
RGB Variations
Color information
#CC2240 (or 0xCC2240) is known color: Cardinal. HEX triplet: CC, 22 and 40. RGB value is (204,34,64). Sum of RGB (Red+Green+Blue) = 204+34+64=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2240 is #33DDBF. Grayscale: #585858. Windows color (decimal): -3399104 or 4203212. OLE color: 4203212.
HSL color Cylindrical-coordinate representation of color #CC2240: hue angle of 349.41º 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 #CC2240 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 64 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.2 |
| HSL | 349.41º | 0.71% | 0.47% | - |
| HSV(B) | 349.41º | 0.83% | 0.8% | - |
| XYZ | 26.4 | 14.35 | 6.23 | - |
| YUV | 88.25 | 114.32 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 64 | 0 | 0.83 | 0.69 | 0.2 | 349.41 | 0.71 | 0.47 |
| Hex | CC | 22 | 40 | 0 | 53 | 45 | 14 | 15D | 47 | 2F |
| Octal | 314 | 42 | 100 | 0 | 123 | 105 | 24 | 535 | 107 | 57 |
| Binary | 11001100 | 100010 | 1000000 | 0 | 1010011 | 1000101 | 10100 | 101011101 | 1000111 | 101111 |
Color Harmonies of #CC2240
Complementary color
Monochromatic Colors of #CC2240
Black with #CC2240
Text Example
Text Example
White with #CC2240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2240; }
p { color: rgb(204,34,64); }
H1.HeaderClassName
{
color: #CC2240;
}
.AnyTagClassName
{
color: #CC2240;
}
</style>
background-color css
<style>
a { background-color: #CC2240; }
a { background-color: rgb(204,34,64); }
div.DivClassName
{
background-color: #CC2240;
}
.BgClassName
{
background-color: #CC2240;
}
</style>
border-color css
<style>
span { border-color: #CC2240; }
span { border-color: rgb(204,34,64); }
td.TdClassName
{
border-color: #CC2240;
}
.TagClassName
{
border-color: #CC2240;
}
</style>