Shades of Cardinal #CC2437
Tints of Cardinal #CC2437
RGB
CMYK
RGB Variations
Color information
#CC2437 (or 0xCC2437) is known color: Cardinal. HEX triplet: CC, 24 and 37. RGB value is (204,36,55). Sum of RGB (Red+Green+Blue) = 204+36+55=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2437 is #33DBC8. Grayscale: #585858. Windows color (decimal): -3398601 or 3613900. OLE color: 3613900.
HSL color Cylindrical-coordinate representation of color #CC2437: hue angle of 353.21º 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 #CC2437 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 55 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.2 |
| HSL | 353.21º | 0.7% | 0.47% | - |
| HSV(B) | 353.21º | 0.82% | 0.8% | - |
| XYZ | 26.22 | 14.37 | 5.01 | - |
| YUV | 88.4 | 109.16 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 55 | 0 | 0.82 | 0.73 | 0.2 | 353.21 | 0.7 | 0.47 |
| Hex | CC | 24 | 37 | 0 | 52 | 49 | 14 | 161 | 46 | 2F |
| Octal | 314 | 44 | 67 | 0 | 122 | 111 | 24 | 541 | 106 | 57 |
| Binary | 11001100 | 100100 | 110111 | 0 | 1010010 | 1001001 | 10100 | 101100001 | 1000110 | 101111 |
Color Harmonies of #CC2437
Complementary color
Monochromatic Colors of #CC2437
Black with #CC2437
Text Example
Text Example
White with #CC2437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2437; }
p { color: rgb(204,36,55); }
H1.HeaderClassName
{
color: #CC2437;
}
.AnyTagClassName
{
color: #CC2437;
}
</style>
background-color css
<style>
a { background-color: #CC2437; }
a { background-color: rgb(204,36,55); }
div.DivClassName
{
background-color: #CC2437;
}
.BgClassName
{
background-color: #CC2437;
}
</style>
border-color css
<style>
span { border-color: #CC2437; }
span { border-color: rgb(204,36,55); }
td.TdClassName
{
border-color: #CC2437;
}
.TagClassName
{
border-color: #CC2437;
}
</style>