Shades of Crimson #CC1047
Tints of Crimson #CC1047
RGB
CMYK
RGB Variations
Color information
#CC1047 (or 0xCC1047) is known color: Crimson. HEX triplet: CC, 10 and 47. RGB value is (204,16,71). Sum of RGB (Red+Green+Blue) = 204+16+71=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1047 is #33EFB8. Grayscale: #4E4E4E. Windows color (decimal): -3403705 or 4657356. OLE color: 4657356.
HSL color Cylindrical-coordinate representation of color #CC1047: hue angle of 342.45º 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 #CC1047 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 71 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.2 |
| HSL | 342.45º | 0.85% | 0.43% | - |
| HSV(B) | 342.45º | 0.92% | 0.8% | - |
| XYZ | 26.22 | 13.66 | 7.22 | - |
| YUV | 78.48 | 123.78 | 217.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 71 | 0 | 0.92 | 0.65 | 0.2 | 342.45 | 0.85 | 0.43 |
| Hex | CC | 10 | 47 | 0 | 5C | 41 | 14 | 156 | 55 | 2B |
| Octal | 314 | 20 | 107 | 0 | 134 | 101 | 24 | 526 | 125 | 53 |
| Binary | 11001100 | 10000 | 1000111 | 0 | 1011100 | 1000001 | 10100 | 101010110 | 1010101 | 101011 |
Color Harmonies of #CC1047
Complementary color
Monochromatic Colors of #CC1047
Black with #CC1047
Text Example
Text Example
White with #CC1047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1047; }
p { color: rgb(204,16,71); }
H1.HeaderClassName
{
color: #CC1047;
}
.AnyTagClassName
{
color: #CC1047;
}
</style>
background-color css
<style>
a { background-color: #CC1047; }
a { background-color: rgb(204,16,71); }
div.DivClassName
{
background-color: #CC1047;
}
.BgClassName
{
background-color: #CC1047;
}
</style>
border-color css
<style>
span { border-color: #CC1047; }
span { border-color: rgb(204,16,71); }
td.TdClassName
{
border-color: #CC1047;
}
.TagClassName
{
border-color: #CC1047;
}
</style>