Shades of Cardinal #CC2135
Tints of Cardinal #CC2135
RGB
CMYK
RGB Variations
Color information
#CC2135 (or 0xCC2135) is known color: Cardinal. HEX triplet: CC, 21 and 35. RGB value is (204,33,53). Sum of RGB (Red+Green+Blue) = 204+33+53=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2135 is #33DECA. Grayscale: #565656. Windows color (decimal): -3399371 or 3482060. OLE color: 3482060.
HSL color Cylindrical-coordinate representation of color #CC2135: hue angle of 352.98º 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 #CC2135 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 53 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.2 |
| HSL | 352.98º | 0.72% | 0.46% | - |
| HSV(B) | 352.98º | 0.84% | 0.8% | - |
| XYZ | 26.09 | 14.18 | 4.73 | - |
| YUV | 86.41 | 109.15 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 53 | 0 | 0.84 | 0.74 | 0.2 | 352.98 | 0.72 | 0.46 |
| Hex | CC | 21 | 35 | 0 | 54 | 4A | 14 | 161 | 48 | 2E |
| Octal | 314 | 41 | 65 | 0 | 124 | 112 | 24 | 541 | 110 | 56 |
| Binary | 11001100 | 100001 | 110101 | 0 | 1010100 | 1001010 | 10100 | 101100001 | 1001000 | 101110 |
Color Harmonies of #CC2135
Complementary color
Monochromatic Colors of #CC2135
Black with #CC2135
Text Example
Text Example
White with #CC2135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2135; }
p { color: rgb(204,33,53); }
H1.HeaderClassName
{
color: #CC2135;
}
.AnyTagClassName
{
color: #CC2135;
}
</style>
background-color css
<style>
a { background-color: #CC2135; }
a { background-color: rgb(204,33,53); }
div.DivClassName
{
background-color: #CC2135;
}
.BgClassName
{
background-color: #CC2135;
}
</style>
border-color css
<style>
span { border-color: #CC2135; }
span { border-color: rgb(204,33,53); }
td.TdClassName
{
border-color: #CC2135;
}
.TagClassName
{
border-color: #CC2135;
}
</style>