Shades of Cardinal #CC2436
Tints of Cardinal #CC2436
RGB
CMYK
RGB Variations
Color information
#CC2436 (or 0xCC2436) is known color: Cardinal. HEX triplet: CC, 24 and 36. RGB value is (204,36,54). Sum of RGB (Red+Green+Blue) = 204+36+54=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2436 is #33DBC9. Grayscale: #585858. Windows color (decimal): -3398602 or 3548364. OLE color: 3548364.
HSL color Cylindrical-coordinate representation of color #CC2436: hue angle of 353.57º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2436 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 54 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.2 |
| HSL | 353.57º | 0.7% | 0.47% | - |
| HSV(B) | 353.57º | 0.82% | 0.8% | - |
| XYZ | 26.2 | 14.37 | 4.88 | - |
| YUV | 88.28 | 108.66 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 54 | 0 | 0.82 | 0.74 | 0.2 | 353.57 | 0.7 | 0.47 |
| Hex | CC | 24 | 36 | 0 | 52 | 4A | 14 | 162 | 46 | 2F |
| Octal | 314 | 44 | 66 | 0 | 122 | 112 | 24 | 542 | 106 | 57 |
| Binary | 11001100 | 100100 | 110110 | 0 | 1010010 | 1001010 | 10100 | 101100010 | 1000110 | 101111 |
Color Harmonies of #CC2436
Complementary color
Monochromatic Colors of #CC2436
Black with #CC2436
Text Example
Text Example
White with #CC2436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2436; }
p { color: rgb(204,36,54); }
H1.HeaderClassName
{
color: #CC2436;
}
.AnyTagClassName
{
color: #CC2436;
}
</style>
background-color css
<style>
a { background-color: #CC2436; }
a { background-color: rgb(204,36,54); }
div.DivClassName
{
background-color: #CC2436;
}
.BgClassName
{
background-color: #CC2436;
}
</style>
border-color css
<style>
span { border-color: #CC2436; }
span { border-color: rgb(204,36,54); }
td.TdClassName
{
border-color: #CC2436;
}
.TagClassName
{
border-color: #CC2436;
}
</style>