Shades of Crimson #CC0847
Tints of Crimson #CC0847
RGB
CMYK
RGB Variations
Color information
#CC0847 (or 0xCC0847) is known color: Crimson. HEX triplet: CC, 08 and 47. RGB value is (204,8,71). Sum of RGB (Red+Green+Blue) = 204+8+71=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 71 (28.12% from 255 or 25.09% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0847 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0847 is #33F7B8. Grayscale: #494949. Windows color (decimal): -3405753 or 4655308. OLE color: 4655308.
HSL color Cylindrical-coordinate representation of color #CC0847: hue angle of 340.71º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0847 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 71 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.2 |
| HSL | 340.71º | 0.92% | 0.42% | - |
| HSV(B) | 340.71º | 0.96% | 0.8% | - |
| XYZ | 26.13 | 13.47 | 7.18 | - |
| YUV | 73.79 | 126.43 | 220.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 71 | 0 | 0.96 | 0.65 | 0.2 | 340.71 | 0.92 | 0.42 |
| Hex | CC | 8 | 47 | 0 | 60 | 41 | 14 | 155 | 5C | 2A |
| Octal | 314 | 10 | 107 | 0 | 140 | 101 | 24 | 525 | 134 | 52 |
| Binary | 11001100 | 1000 | 1000111 | 0 | 1100000 | 1000001 | 10100 | 101010101 | 1011100 | 101010 |
Color Harmonies of #CC0847
Complementary color
Monochromatic Colors of #CC0847
Black with #CC0847
Text Example
Text Example
White with #CC0847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0847; }
p { color: rgb(204,8,71); }
H1.HeaderClassName
{
color: #CC0847;
}
.AnyTagClassName
{
color: #CC0847;
}
</style>
background-color css
<style>
a { background-color: #CC0847; }
a { background-color: rgb(204,8,71); }
div.DivClassName
{
background-color: #CC0847;
}
.BgClassName
{
background-color: #CC0847;
}
</style>
border-color css
<style>
span { border-color: #CC0847; }
span { border-color: rgb(204,8,71); }
td.TdClassName
{
border-color: #CC0847;
}
.TagClassName
{
border-color: #CC0847;
}
</style>