Shades of Cardinal #CC2134
Tints of Cardinal #CC2134
RGB
CMYK
RGB Variations
Color information
#CC2134 (or 0xCC2134) is known color: Cardinal. HEX triplet: CC, 21 and 34. RGB value is (204,33,52). Sum of RGB (Red+Green+Blue) = 204+33+52=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2134 is #33DECB. Grayscale: #565656. Windows color (decimal): -3399372 or 3416524. OLE color: 3416524.
HSL color Cylindrical-coordinate representation of color #CC2134: hue angle of 353.33º 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 #CC2134 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 52 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.2 |
| HSL | 353.33º | 0.72% | 0.46% | - |
| HSV(B) | 353.33º | 0.84% | 0.8% | - |
| XYZ | 26.07 | 14.17 | 4.61 | - |
| YUV | 86.3 | 108.65 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 52 | 0 | 0.84 | 0.75 | 0.2 | 353.33 | 0.72 | 0.46 |
| Hex | CC | 21 | 34 | 0 | 54 | 4B | 14 | 161 | 48 | 2E |
| Octal | 314 | 41 | 64 | 0 | 124 | 113 | 24 | 541 | 110 | 56 |
| Binary | 11001100 | 100001 | 110100 | 0 | 1010100 | 1001011 | 10100 | 101100001 | 1001000 | 101110 |
Color Harmonies of #CC2134
Complementary color
Monochromatic Colors of #CC2134
Black with #CC2134
Text Example
Text Example
White with #CC2134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2134; }
p { color: rgb(204,33,52); }
H1.HeaderClassName
{
color: #CC2134;
}
.AnyTagClassName
{
color: #CC2134;
}
</style>
background-color css
<style>
a { background-color: #CC2134; }
a { background-color: rgb(204,33,52); }
div.DivClassName
{
background-color: #CC2134;
}
.BgClassName
{
background-color: #CC2134;
}
</style>
border-color css
<style>
span { border-color: #CC2134; }
span { border-color: rgb(204,33,52); }
td.TdClassName
{
border-color: #CC2134;
}
.TagClassName
{
border-color: #CC2134;
}
</style>