Shades of Cardinal #CC2140
Tints of Cardinal #CC2140
RGB
CMYK
RGB Variations
Color information
#CC2140 (or 0xCC2140) is known color: Cardinal. HEX triplet: CC, 21 and 40. RGB value is (204,33,64). Sum of RGB (Red+Green+Blue) = 204+33+64=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2140 is #33DEBF. Grayscale: #575757. Windows color (decimal): -3399360 or 4202956. OLE color: 4202956.
HSL color Cylindrical-coordinate representation of color #CC2140: hue angle of 349.12º 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 #CC2140 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 64 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.2 |
| HSL | 349.12º | 0.72% | 0.46% | - |
| HSV(B) | 349.12º | 0.84% | 0.8% | - |
| XYZ | 26.37 | 14.3 | 6.22 | - |
| YUV | 87.66 | 114.65 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 64 | 0 | 0.84 | 0.69 | 0.2 | 349.12 | 0.72 | 0.46 |
| Hex | CC | 21 | 40 | 0 | 54 | 45 | 14 | 15D | 48 | 2E |
| Octal | 314 | 41 | 100 | 0 | 124 | 105 | 24 | 535 | 110 | 56 |
| Binary | 11001100 | 100001 | 1000000 | 0 | 1010100 | 1000101 | 10100 | 101011101 | 1001000 | 101110 |
Color Harmonies of #CC2140
Complementary color
Monochromatic Colors of #CC2140
Black with #CC2140
Text Example
Text Example
White with #CC2140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2140; }
p { color: rgb(204,33,64); }
H1.HeaderClassName
{
color: #CC2140;
}
.AnyTagClassName
{
color: #CC2140;
}
</style>
background-color css
<style>
a { background-color: #CC2140; }
a { background-color: rgb(204,33,64); }
div.DivClassName
{
background-color: #CC2140;
}
.BgClassName
{
background-color: #CC2140;
}
</style>
border-color css
<style>
span { border-color: #CC2140; }
span { border-color: rgb(204,33,64); }
td.TdClassName
{
border-color: #CC2140;
}
.TagClassName
{
border-color: #CC2140;
}
</style>