Shades of Cardinal #CC2035
Tints of Cardinal #CC2035
RGB
CMYK
RGB Variations
Color information
#CC2035 (or 0xCC2035) is known color: Cardinal. HEX triplet: CC, 20 and 35. RGB value is (204,32,53). Sum of RGB (Red+Green+Blue) = 204+32+53=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2035 is #33DFCA. Grayscale: #555555. Windows color (decimal): -3399627 or 3481804. OLE color: 3481804.
HSL color Cylindrical-coordinate representation of color #CC2035: hue angle of 352.67º degrees, saturation: 0.73, 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 #CC2035 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 53 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.2 |
| HSL | 352.67º | 0.73% | 0.46% | - |
| HSV(B) | 352.67º | 0.84% | 0.8% | - |
| XYZ | 26.06 | 14.13 | 4.72 | - |
| YUV | 85.82 | 109.48 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 53 | 0 | 0.84 | 0.74 | 0.2 | 352.67 | 0.73 | 0.46 |
| Hex | CC | 20 | 35 | 0 | 54 | 4A | 14 | 161 | 49 | 2E |
| Octal | 314 | 40 | 65 | 0 | 124 | 112 | 24 | 541 | 111 | 56 |
| Binary | 11001100 | 100000 | 110101 | 0 | 1010100 | 1001010 | 10100 | 101100001 | 1001001 | 101110 |
Color Harmonies of #CC2035
Complementary color
Monochromatic Colors of #CC2035
Black with #CC2035
Text Example
Text Example
White with #CC2035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2035; }
p { color: rgb(204,32,53); }
H1.HeaderClassName
{
color: #CC2035;
}
.AnyTagClassName
{
color: #CC2035;
}
</style>
background-color css
<style>
a { background-color: #CC2035; }
a { background-color: rgb(204,32,53); }
div.DivClassName
{
background-color: #CC2035;
}
.BgClassName
{
background-color: #CC2035;
}
</style>
border-color css
<style>
span { border-color: #CC2035; }
span { border-color: rgb(204,32,53); }
td.TdClassName
{
border-color: #CC2035;
}
.TagClassName
{
border-color: #CC2035;
}
</style>