Shades of Cardinal #CC2139
Tints of Cardinal #CC2139
RGB
CMYK
RGB Variations
Color information
#CC2139 (or 0xCC2139) is known color: Cardinal. HEX triplet: CC, 21 and 39. RGB value is (204,33,57). Sum of RGB (Red+Green+Blue) = 204+33+57=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2139 is #33DEC6. Grayscale: #565656. Windows color (decimal): -3399367 or 3744204. OLE color: 3744204.
HSL color Cylindrical-coordinate representation of color #CC2139: hue angle of 351.58º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2139 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 57 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.2 |
| HSL | 351.58º | 0.72% | 0.46% | - |
| HSV(B) | 351.58º | 0.84% | 0.8% | - |
| XYZ | 26.18 | 14.22 | 5.24 | - |
| YUV | 86.87 | 111.15 | 211.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 57 | 0 | 0.84 | 0.72 | 0.2 | 351.58 | 0.72 | 0.46 |
| Hex | CC | 21 | 39 | 0 | 54 | 48 | 14 | 160 | 48 | 2E |
| Octal | 314 | 41 | 71 | 0 | 124 | 110 | 24 | 540 | 110 | 56 |
| Binary | 11001100 | 100001 | 111001 | 0 | 1010100 | 1001000 | 10100 | 101100000 | 1001000 | 101110 |
Color Harmonies of #CC2139
Complementary color
Monochromatic Colors of #CC2139
Black with #CC2139
Text Example
Text Example
White with #CC2139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2139; }
p { color: rgb(204,33,57); }
H1.HeaderClassName
{
color: #CC2139;
}
.AnyTagClassName
{
color: #CC2139;
}
</style>
background-color css
<style>
a { background-color: #CC2139; }
a { background-color: rgb(204,33,57); }
div.DivClassName
{
background-color: #CC2139;
}
.BgClassName
{
background-color: #CC2139;
}
</style>
border-color css
<style>
span { border-color: #CC2139; }
span { border-color: rgb(204,33,57); }
td.TdClassName
{
border-color: #CC2139;
}
.TagClassName
{
border-color: #CC2139;
}
</style>