Shades of Cardinal #CC1138
Tints of Cardinal #CC1138
RGB
CMYK
RGB Variations
Color information
#CC1138 (or 0xCC1138) is known color: Cardinal. HEX triplet: CC, 11 and 38. RGB value is (204,17,56). Sum of RGB (Red+Green+Blue) = 204+17+56=277 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.65% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 56 (22.27% from 255 or 20.22% from 277); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1138 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1138 is #33EEC7. Grayscale: #4D4D4D. Windows color (decimal): -3403464 or 3674572. OLE color: 3674572.
HSL color Cylindrical-coordinate representation of color #CC1138: hue angle of 347.49º 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 #CC1138 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 56 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.2 |
| HSL | 347.49º | 0.85% | 0.43% | - |
| HSV(B) | 347.49º | 0.92% | 0.8% | - |
| XYZ | 25.82 | 13.52 | 4.99 | - |
| YUV | 77.36 | 115.95 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 56 | 0 | 0.92 | 0.73 | 0.2 | 347.49 | 0.85 | 0.43 |
| Hex | CC | 11 | 38 | 0 | 5C | 49 | 14 | 15B | 55 | 2B |
| Octal | 314 | 21 | 70 | 0 | 134 | 111 | 24 | 533 | 125 | 53 |
| Binary | 11001100 | 10001 | 111000 | 0 | 1011100 | 1001001 | 10100 | 101011011 | 1010101 | 101011 |
Color Harmonies of #CC1138
Complementary color
Monochromatic Colors of #CC1138
Black with #CC1138
Text Example
Text Example
White with #CC1138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1138; }
p { color: rgb(204,17,56); }
H1.HeaderClassName
{
color: #CC1138;
}
.AnyTagClassName
{
color: #CC1138;
}
</style>
background-color css
<style>
a { background-color: #CC1138; }
a { background-color: rgb(204,17,56); }
div.DivClassName
{
background-color: #CC1138;
}
.BgClassName
{
background-color: #CC1138;
}
</style>
border-color css
<style>
span { border-color: #CC1138; }
span { border-color: rgb(204,17,56); }
td.TdClassName
{
border-color: #CC1138;
}
.TagClassName
{
border-color: #CC1138;
}
</style>