Shades of Cardinal #CC2038
Tints of Cardinal #CC2038
RGB
CMYK
RGB Variations
Color information
#CC2038 (or 0xCC2038) is known color: Cardinal. HEX triplet: CC, 20 and 38. RGB value is (204,32,56). Sum of RGB (Red+Green+Blue) = 204+32+56=292 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.86% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2038 is #33DFC7. Grayscale: #565656. Windows color (decimal): -3399624 or 3678412. OLE color: 3678412.
HSL color Cylindrical-coordinate representation of color #CC2038: hue angle of 351.63º 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 #CC2038 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 56 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.2 |
| HSL | 351.63º | 0.73% | 0.46% | - |
| HSV(B) | 351.63º | 0.84% | 0.8% | - |
| XYZ | 26.13 | 14.16 | 5.1 | - |
| YUV | 86.16 | 110.98 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 56 | 0 | 0.84 | 0.73 | 0.2 | 351.63 | 0.73 | 0.46 |
| Hex | CC | 20 | 38 | 0 | 54 | 49 | 14 | 160 | 49 | 2E |
| Octal | 314 | 40 | 70 | 0 | 124 | 111 | 24 | 540 | 111 | 56 |
| Binary | 11001100 | 100000 | 111000 | 0 | 1010100 | 1001001 | 10100 | 101100000 | 1001001 | 101110 |
Color Harmonies of #CC2038
Complementary color
Monochromatic Colors of #CC2038
Black with #CC2038
Text Example
Text Example
White with #CC2038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2038; }
p { color: rgb(204,32,56); }
H1.HeaderClassName
{
color: #CC2038;
}
.AnyTagClassName
{
color: #CC2038;
}
</style>
background-color css
<style>
a { background-color: #CC2038; }
a { background-color: rgb(204,32,56); }
div.DivClassName
{
background-color: #CC2038;
}
.BgClassName
{
background-color: #CC2038;
}
</style>
border-color css
<style>
span { border-color: #CC2038; }
span { border-color: rgb(204,32,56); }
td.TdClassName
{
border-color: #CC2038;
}
.TagClassName
{
border-color: #CC2038;
}
</style>