Shades of Cardinal #CC2141
Tints of Cardinal #CC2141
RGB
CMYK
RGB Variations
Color information
#CC2141 (or 0xCC2141) is known color: Cardinal. HEX triplet: CC, 21 and 41. RGB value is (204,33,65). Sum of RGB (Red+Green+Blue) = 204+33+65=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2141 is #33DEBE. Grayscale: #575757. Windows color (decimal): -3399359 or 4268492. OLE color: 4268492.
HSL color Cylindrical-coordinate representation of color #CC2141: hue angle of 348.77º 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 #CC2141 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 65 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.2 |
| HSL | 348.77º | 0.72% | 0.46% | - |
| HSV(B) | 348.77º | 0.84% | 0.8% | - |
| XYZ | 26.4 | 14.31 | 6.37 | - |
| YUV | 87.78 | 115.15 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 65 | 0 | 0.84 | 0.68 | 0.2 | 348.77 | 0.72 | 0.46 |
| Hex | CC | 21 | 41 | 0 | 54 | 44 | 14 | 15D | 48 | 2E |
| Octal | 314 | 41 | 101 | 0 | 124 | 104 | 24 | 535 | 110 | 56 |
| Binary | 11001100 | 100001 | 1000001 | 0 | 1010100 | 1000100 | 10100 | 101011101 | 1001000 | 101110 |
Color Harmonies of #CC2141
Complementary color
Monochromatic Colors of #CC2141
Black with #CC2141
Text Example
Text Example
White with #CC2141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2141; }
p { color: rgb(204,33,65); }
H1.HeaderClassName
{
color: #CC2141;
}
.AnyTagClassName
{
color: #CC2141;
}
</style>
background-color css
<style>
a { background-color: #CC2141; }
a { background-color: rgb(204,33,65); }
div.DivClassName
{
background-color: #CC2141;
}
.BgClassName
{
background-color: #CC2141;
}
</style>
border-color css
<style>
span { border-color: #CC2141; }
span { border-color: rgb(204,33,65); }
td.TdClassName
{
border-color: #CC2141;
}
.TagClassName
{
border-color: #CC2141;
}
</style>