Shades of Crimson #CC0846
Tints of Crimson #CC0846
RGB
CMYK
RGB Variations
Color information
#CC0846 (or 0xCC0846) is known color: Crimson. HEX triplet: CC, 08 and 46. RGB value is (204,8,70). Sum of RGB (Red+Green+Blue) = 204+8+70=282 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.34% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 70 (27.73% from 255 or 24.82% from 282); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0846 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0846 is #33F7B9. Grayscale: #494949. Windows color (decimal): -3405754 or 4589772. OLE color: 4589772.
HSL color Cylindrical-coordinate representation of color #CC0846: hue angle of 341.02º 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 #CC0846 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 70 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.2 |
| HSL | 341.02º | 0.92% | 0.42% | - |
| HSV(B) | 341.02º | 0.96% | 0.8% | - |
| XYZ | 26.09 | 13.45 | 7.02 | - |
| YUV | 73.67 | 125.93 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 70 | 0 | 0.96 | 0.66 | 0.2 | 341.02 | 0.92 | 0.42 |
| Hex | CC | 8 | 46 | 0 | 60 | 42 | 14 | 155 | 5C | 2A |
| Octal | 314 | 10 | 106 | 0 | 140 | 102 | 24 | 525 | 134 | 52 |
| Binary | 11001100 | 1000 | 1000110 | 0 | 1100000 | 1000010 | 10100 | 101010101 | 1011100 | 101010 |
Color Harmonies of #CC0846
Complementary color
Monochromatic Colors of #CC0846
Black with #CC0846
Text Example
Text Example
White with #CC0846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0846; }
p { color: rgb(204,8,70); }
H1.HeaderClassName
{
color: #CC0846;
}
.AnyTagClassName
{
color: #CC0846;
}
</style>
background-color css
<style>
a { background-color: #CC0846; }
a { background-color: rgb(204,8,70); }
div.DivClassName
{
background-color: #CC0846;
}
.BgClassName
{
background-color: #CC0846;
}
</style>
border-color css
<style>
span { border-color: #CC0846; }
span { border-color: rgb(204,8,70); }
td.TdClassName
{
border-color: #CC0846;
}
.TagClassName
{
border-color: #CC0846;
}
</style>