Shades of Crimson #CC1147
Tints of Crimson #CC1147
RGB
CMYK
RGB Variations
Color information
#CC1147 (or 0xCC1147) is known color: Crimson. HEX triplet: CC, 11 and 47. RGB value is (204,17,71). Sum of RGB (Red+Green+Blue) = 204+17+71=292 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.86% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1147 is #33EEB8. Grayscale: #4F4F4F. Windows color (decimal): -3403449 or 4657612. OLE color: 4657612.
HSL color Cylindrical-coordinate representation of color #CC1147: hue angle of 342.67º 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 #CC1147 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 71 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.2 |
| HSL | 342.67º | 0.85% | 0.43% | - |
| HSV(B) | 342.67º | 0.92% | 0.8% | - |
| XYZ | 26.24 | 13.69 | 7.22 | - |
| YUV | 79.07 | 123.45 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 71 | 0 | 0.92 | 0.65 | 0.2 | 342.67 | 0.85 | 0.43 |
| Hex | CC | 11 | 47 | 0 | 5C | 41 | 14 | 157 | 55 | 2B |
| Octal | 314 | 21 | 107 | 0 | 134 | 101 | 24 | 527 | 125 | 53 |
| Binary | 11001100 | 10001 | 1000111 | 0 | 1011100 | 1000001 | 10100 | 101010111 | 1010101 | 101011 |
Color Harmonies of #CC1147
Complementary color
Monochromatic Colors of #CC1147
Black with #CC1147
Text Example
Text Example
White with #CC1147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1147; }
p { color: rgb(204,17,71); }
H1.HeaderClassName
{
color: #CC1147;
}
.AnyTagClassName
{
color: #CC1147;
}
</style>
background-color css
<style>
a { background-color: #CC1147; }
a { background-color: rgb(204,17,71); }
div.DivClassName
{
background-color: #CC1147;
}
.BgClassName
{
background-color: #CC1147;
}
</style>
border-color css
<style>
span { border-color: #CC1147; }
span { border-color: rgb(204,17,71); }
td.TdClassName
{
border-color: #CC1147;
}
.TagClassName
{
border-color: #CC1147;
}
</style>