Shades of Crimson #CC0748
Tints of Crimson #CC0748
RGB
CMYK
RGB Variations
Color information
#CC0748 (or 0xCC0748) is known color: Crimson. HEX triplet: CC, 07 and 48. RGB value is (204,7,72). Sum of RGB (Red+Green+Blue) = 204+7+72=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0748 is #33F8B7. Grayscale: #494949. Windows color (decimal): -3406008 or 4720588. OLE color: 4720588.
HSL color Cylindrical-coordinate representation of color #CC0748: hue angle of 340.2º 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 #CC0748 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 7 | 72 | - |
| CMYK | 0 | 0.97 | 0.65 | 0.2 |
| HSL | 340.2º | 0.93% | 0.41% | - |
| HSV(B) | 340.2º | 0.97% | 0.8% | - |
| XYZ | 26.15 | 13.46 | 7.35 | - |
| YUV | 73.31 | 127.27 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 72 | 0 | 0.97 | 0.65 | 0.2 | 340.2 | 0.93 | 0.41 |
| Hex | CC | 7 | 48 | 0 | 61 | 41 | 14 | 154 | 5D | 29 |
| Octal | 314 | 7 | 110 | 0 | 141 | 101 | 24 | 524 | 135 | 51 |
| Binary | 11001100 | 111 | 1001000 | 0 | 1100001 | 1000001 | 10100 | 101010100 | 1011101 | 101001 |
Color Harmonies of #CC0748
Complementary color
Monochromatic Colors of #CC0748
Black with #CC0748
Text Example
Text Example
White with #CC0748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0748; }
p { color: rgb(204,7,72); }
H1.HeaderClassName
{
color: #CC0748;
}
.AnyTagClassName
{
color: #CC0748;
}
</style>
background-color css
<style>
a { background-color: #CC0748; }
a { background-color: rgb(204,7,72); }
div.DivClassName
{
background-color: #CC0748;
}
.BgClassName
{
background-color: #CC0748;
}
</style>
border-color css
<style>
span { border-color: #CC0748; }
span { border-color: rgb(204,7,72); }
td.TdClassName
{
border-color: #CC0748;
}
.TagClassName
{
border-color: #CC0748;
}
</style>