Shades of Cardinal #CC2536
Tints of Cardinal #CC2536
RGB
CMYK
RGB Variations
Color information
#CC2536 (or 0xCC2536) is known color: Cardinal. HEX triplet: CC, 25 and 36. RGB value is (204,37,54). Sum of RGB (Red+Green+Blue) = 204+37+54=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2536 is #33DAC9. Grayscale: #585858. Windows color (decimal): -3398346 or 3548620. OLE color: 3548620.
HSL color Cylindrical-coordinate representation of color #CC2536: hue angle of 353.89º degrees, saturation: 0.69, 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 #CC2536 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 54 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.2 |
| HSL | 353.89º | 0.69% | 0.47% | - |
| HSV(B) | 353.89º | 0.82% | 0.8% | - |
| XYZ | 26.23 | 14.43 | 4.89 | - |
| YUV | 88.87 | 108.33 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 54 | 0 | 0.82 | 0.74 | 0.2 | 353.89 | 0.69 | 0.47 |
| Hex | CC | 25 | 36 | 0 | 52 | 4A | 14 | 162 | 45 | 2F |
| Octal | 314 | 45 | 66 | 0 | 122 | 112 | 24 | 542 | 105 | 57 |
| Binary | 11001100 | 100101 | 110110 | 0 | 1010010 | 1001010 | 10100 | 101100010 | 1000101 | 101111 |
Color Harmonies of #CC2536
Complementary color
Monochromatic Colors of #CC2536
Black with #CC2536
Text Example
Text Example
White with #CC2536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2536; }
p { color: rgb(204,37,54); }
H1.HeaderClassName
{
color: #CC2536;
}
.AnyTagClassName
{
color: #CC2536;
}
</style>
background-color css
<style>
a { background-color: #CC2536; }
a { background-color: rgb(204,37,54); }
div.DivClassName
{
background-color: #CC2536;
}
.BgClassName
{
background-color: #CC2536;
}
</style>
border-color css
<style>
span { border-color: #CC2536; }
span { border-color: rgb(204,37,54); }
td.TdClassName
{
border-color: #CC2536;
}
.TagClassName
{
border-color: #CC2536;
}
</style>