Shades of Cardinal #CC1137
Tints of Cardinal #CC1137
RGB
CMYK
RGB Variations
Color information
#CC1137 (or 0xCC1137) is known color: Cardinal. HEX triplet: CC, 11 and 37. RGB value is (204,17,55). Sum of RGB (Red+Green+Blue) = 204+17+55=276 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.91% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 55 (21.88% from 255 or 19.93% from 276); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1137 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1137 is #33EEC8. Grayscale: #4D4D4D. Windows color (decimal): -3403465 or 3609036. OLE color: 3609036.
HSL color Cylindrical-coordinate representation of color #CC1137: hue angle of 347.81º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1137 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 55 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.2 |
| HSL | 347.81º | 0.85% | 0.43% | - |
| HSV(B) | 347.81º | 0.92% | 0.8% | - |
| XYZ | 25.79 | 13.51 | 4.86 | - |
| YUV | 77.25 | 115.45 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 55 | 0 | 0.92 | 0.73 | 0.2 | 347.81 | 0.85 | 0.43 |
| Hex | CC | 11 | 37 | 0 | 5C | 49 | 14 | 15C | 55 | 2B |
| Octal | 314 | 21 | 67 | 0 | 134 | 111 | 24 | 534 | 125 | 53 |
| Binary | 11001100 | 10001 | 110111 | 0 | 1011100 | 1001001 | 10100 | 101011100 | 1010101 | 101011 |
Color Harmonies of #CC1137
Complementary color
Monochromatic Colors of #CC1137
Black with #CC1137
Text Example
Text Example
White with #CC1137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1137; }
p { color: rgb(204,17,55); }
H1.HeaderClassName
{
color: #CC1137;
}
.AnyTagClassName
{
color: #CC1137;
}
</style>
background-color css
<style>
a { background-color: #CC1137; }
a { background-color: rgb(204,17,55); }
div.DivClassName
{
background-color: #CC1137;
}
.BgClassName
{
background-color: #CC1137;
}
</style>
border-color css
<style>
span { border-color: #CC1137; }
span { border-color: rgb(204,17,55); }
td.TdClassName
{
border-color: #CC1137;
}
.TagClassName
{
border-color: #CC1137;
}
</style>