Shades of Crimson #CC1049
Tints of Crimson #CC1049
RGB
CMYK
RGB Variations
Color information
#CC1049 (or 0xCC1049) is known color: Crimson. HEX triplet: CC, 10 and 49. RGB value is (204,16,73). Sum of RGB (Red+Green+Blue) = 204+16+73=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1049 is #33EFB6. Grayscale: #4E4E4E. Windows color (decimal): -3403703 or 4788428. OLE color: 4788428.
HSL color Cylindrical-coordinate representation of color #CC1049: hue angle of 341.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 #CC1049 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 73 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.2 |
| HSL | 341.81º | 0.85% | 0.43% | - |
| HSV(B) | 341.81º | 0.92% | 0.8% | - |
| XYZ | 26.29 | 13.69 | 7.56 | - |
| YUV | 78.71 | 124.78 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 73 | 0 | 0.92 | 0.64 | 0.2 | 341.81 | 0.85 | 0.43 |
| Hex | CC | 10 | 49 | 0 | 5C | 40 | 14 | 156 | 55 | 2B |
| Octal | 314 | 20 | 111 | 0 | 134 | 100 | 24 | 526 | 125 | 53 |
| Binary | 11001100 | 10000 | 1001001 | 0 | 1011100 | 1000000 | 10100 | 101010110 | 1010101 | 101011 |
Color Harmonies of #CC1049
Complementary color
Monochromatic Colors of #CC1049
Black with #CC1049
Text Example
Text Example
White with #CC1049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1049; }
p { color: rgb(204,16,73); }
H1.HeaderClassName
{
color: #CC1049;
}
.AnyTagClassName
{
color: #CC1049;
}
</style>
background-color css
<style>
a { background-color: #CC1049; }
a { background-color: rgb(204,16,73); }
div.DivClassName
{
background-color: #CC1049;
}
.BgClassName
{
background-color: #CC1049;
}
</style>
border-color css
<style>
span { border-color: #CC1049; }
span { border-color: rgb(204,16,73); }
td.TdClassName
{
border-color: #CC1049;
}
.TagClassName
{
border-color: #CC1049;
}
</style>