Shades of Cardinal #CC2336
Tints of Cardinal #CC2336
RGB
CMYK
RGB Variations
Color information
#CC2336 (or 0xCC2336) is known color: Cardinal. HEX triplet: CC, 23 and 36. RGB value is (204,35,54). Sum of RGB (Red+Green+Blue) = 204+35+54=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2336 is #33DCC9. Grayscale: #575757. Windows color (decimal): -3398858 or 3548108. OLE color: 3548108.
HSL color Cylindrical-coordinate representation of color #CC2336: hue angle of 353.25º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2336 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 54 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.2 |
| HSL | 353.25º | 0.71% | 0.47% | - |
| HSV(B) | 353.25º | 0.83% | 0.8% | - |
| XYZ | 26.17 | 14.31 | 4.87 | - |
| YUV | 87.7 | 108.99 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 54 | 0 | 0.83 | 0.74 | 0.2 | 353.25 | 0.71 | 0.47 |
| Hex | CC | 23 | 36 | 0 | 53 | 4A | 14 | 161 | 47 | 2F |
| Octal | 314 | 43 | 66 | 0 | 123 | 112 | 24 | 541 | 107 | 57 |
| Binary | 11001100 | 100011 | 110110 | 0 | 1010011 | 1001010 | 10100 | 101100001 | 1000111 | 101111 |
Color Harmonies of #CC2336
Complementary color
Monochromatic Colors of #CC2336
Black with #CC2336
Text Example
Text Example
White with #CC2336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2336; }
p { color: rgb(204,35,54); }
H1.HeaderClassName
{
color: #CC2336;
}
.AnyTagClassName
{
color: #CC2336;
}
</style>
background-color css
<style>
a { background-color: #CC2336; }
a { background-color: rgb(204,35,54); }
div.DivClassName
{
background-color: #CC2336;
}
.BgClassName
{
background-color: #CC2336;
}
</style>
border-color css
<style>
span { border-color: #CC2336; }
span { border-color: rgb(204,35,54); }
td.TdClassName
{
border-color: #CC2336;
}
.TagClassName
{
border-color: #CC2336;
}
</style>