Shades of Crimson #CC0749
Tints of Crimson #CC0749
RGB
CMYK
RGB Variations
Color information
#CC0749 (or 0xCC0749) is known color: Crimson. HEX triplet: CC, 07 and 49. RGB value is (204,7,73). Sum of RGB (Red+Green+Blue) = 204+7+73=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0749 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0749 is #33F8B6. Grayscale: #494949. Windows color (decimal): -3406007 or 4786124. OLE color: 4786124.
HSL color Cylindrical-coordinate representation of color #CC0749: hue angle of 339.9º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC0749 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 7 | 73 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.2 |
| HSL | 339.9º | 0.93% | 0.41% | - |
| HSV(B) | 339.9º | 0.97% | 0.8% | - |
| XYZ | 26.18 | 13.47 | 7.52 | - |
| YUV | 73.43 | 127.77 | 221.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 73 | 0 | 0.97 | 0.64 | 0.2 | 339.9 | 0.93 | 0.41 |
| Hex | CC | 7 | 49 | 0 | 61 | 40 | 14 | 154 | 5D | 29 |
| Octal | 314 | 7 | 111 | 0 | 141 | 100 | 24 | 524 | 135 | 51 |
| Binary | 11001100 | 111 | 1001001 | 0 | 1100001 | 1000000 | 10100 | 101010100 | 1011101 | 101001 |
Color Harmonies of #CC0749
Complementary color
Monochromatic Colors of #CC0749
Black with #CC0749
Text Example
Text Example
White with #CC0749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0749; }
p { color: rgb(204,7,73); }
H1.HeaderClassName
{
color: #CC0749;
}
.AnyTagClassName
{
color: #CC0749;
}
</style>
background-color css
<style>
a { background-color: #CC0749; }
a { background-color: rgb(204,7,73); }
div.DivClassName
{
background-color: #CC0749;
}
.BgClassName
{
background-color: #CC0749;
}
</style>
border-color css
<style>
span { border-color: #CC0749; }
span { border-color: rgb(204,7,73); }
td.TdClassName
{
border-color: #CC0749;
}
.TagClassName
{
border-color: #CC0749;
}
</style>