Shades of Cardinal #CC1737
Tints of Cardinal #CC1737
RGB
CMYK
RGB Variations
Color information
#CC1737 (or 0xCC1737) is known color: Cardinal. HEX triplet: CC, 17 and 37. RGB value is (204,23,55). Sum of RGB (Red+Green+Blue) = 204+23+55=282 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.34% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1737 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1737 is #33E8C8. Grayscale: #505050. Windows color (decimal): -3401929 or 3610572. OLE color: 3610572.
HSL color Cylindrical-coordinate representation of color #CC1737: hue angle of 349.39º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1737 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 55 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.2 |
| HSL | 349.39º | 0.8% | 0.45% | - |
| HSV(B) | 349.39º | 0.89% | 0.8% | - |
| XYZ | 25.9 | 13.73 | 4.9 | - |
| YUV | 80.77 | 113.47 | 215.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 55 | 0 | 0.89 | 0.73 | 0.2 | 349.39 | 0.8 | 0.45 |
| Hex | CC | 17 | 37 | 0 | 59 | 49 | 14 | 15D | 50 | 2D |
| Octal | 314 | 27 | 67 | 0 | 131 | 111 | 24 | 535 | 120 | 55 |
| Binary | 11001100 | 10111 | 110111 | 0 | 1011001 | 1001001 | 10100 | 101011101 | 1010000 | 101101 |
Color Harmonies of #CC1737
Complementary color
Monochromatic Colors of #CC1737
Black with #CC1737
Text Example
Text Example
White with #CC1737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1737; }
p { color: rgb(204,23,55); }
H1.HeaderClassName
{
color: #CC1737;
}
.AnyTagClassName
{
color: #CC1737;
}
</style>
background-color css
<style>
a { background-color: #CC1737; }
a { background-color: rgb(204,23,55); }
div.DivClassName
{
background-color: #CC1737;
}
.BgClassName
{
background-color: #CC1737;
}
</style>
border-color css
<style>
span { border-color: #CC1737; }
span { border-color: rgb(204,23,55); }
td.TdClassName
{
border-color: #CC1737;
}
.TagClassName
{
border-color: #CC1737;
}
</style>