Shades of Cardinal #CC2736
Tints of Cardinal #CC2736
RGB
CMYK
RGB Variations
Color information
#CC2736 (or 0xCC2736) is known color: Cardinal. HEX triplet: CC, 27 and 36. RGB value is (204,39,54). Sum of RGB (Red+Green+Blue) = 204+39+54=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2736 is #33D8C9. Grayscale: #5A5A5A. Windows color (decimal): -3397834 or 3549132. OLE color: 3549132.
HSL color Cylindrical-coordinate representation of color #CC2736: hue angle of 354.55º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2736 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 54 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.2 |
| HSL | 354.55º | 0.68% | 0.48% | - |
| HSV(B) | 354.55º | 0.81% | 0.8% | - |
| XYZ | 26.29 | 14.55 | 4.91 | - |
| YUV | 90.05 | 107.66 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 54 | 0 | 0.81 | 0.74 | 0.2 | 354.55 | 0.68 | 0.48 |
| Hex | CC | 27 | 36 | 0 | 51 | 4A | 14 | 163 | 44 | 30 |
| Octal | 314 | 47 | 66 | 0 | 121 | 112 | 24 | 543 | 104 | 60 |
| Binary | 11001100 | 100111 | 110110 | 0 | 1010001 | 1001010 | 10100 | 101100011 | 1000100 | 110000 |
Color Harmonies of #CC2736
Complementary color
Monochromatic Colors of #CC2736
Black with #CC2736
Text Example
Text Example
White with #CC2736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2736; }
p { color: rgb(204,39,54); }
H1.HeaderClassName
{
color: #CC2736;
}
.AnyTagClassName
{
color: #CC2736;
}
</style>
background-color css
<style>
a { background-color: #CC2736; }
a { background-color: rgb(204,39,54); }
div.DivClassName
{
background-color: #CC2736;
}
.BgClassName
{
background-color: #CC2736;
}
</style>
border-color css
<style>
span { border-color: #CC2736; }
span { border-color: rgb(204,39,54); }
td.TdClassName
{
border-color: #CC2736;
}
.TagClassName
{
border-color: #CC2736;
}
</style>