Shades of Crimson #CC0046
Tints of Crimson #CC0046
RGB
CMYK
RGB Variations
Color information
#CC0046 (or 0xCC0046) is known color: Crimson. HEX triplet: CC, 00 and 46. RGB value is (204,0,70). Sum of RGB (Red+Green+Blue) = 204+0+70=274 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.45% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0046 is #33FFB9. Grayscale: #444444. Windows color (decimal): -3407802 or 4587724. OLE color: 4587724.
HSL color Cylindrical-coordinate representation of color #CC0046: hue angle of 339.41º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC0046 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 70 | - |
| CMYK | 0 | 1 | 0.66 | 0.2 |
| HSL | 339.41º | 1% | 0.4% | - |
| HSV(B) | 339.41º | 1% | 0.8% | - |
| XYZ | 26.01 | 13.28 | 6.99 | - |
| YUV | 68.98 | 128.59 | 224.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 70 | 0 | 1 | 0.66 | 0.2 | 339.41 | 1 | 0.4 |
| Hex | CC | 0 | 46 | 0 | 64 | 42 | 14 | 153 | 64 | 28 |
| Octal | 314 | 0 | 106 | 0 | 144 | 102 | 24 | 523 | 144 | 50 |
| Binary | 11001100 | 0 | 1000110 | 0 | 1100100 | 1000010 | 10100 | 101010011 | 1100100 | 101000 |
Color Harmonies of #CC0046
Complementary color
Monochromatic Colors of #CC0046
Black with #CC0046
Text Example
Text Example
White with #CC0046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0046; }
p { color: rgb(204,0,70); }
H1.HeaderClassName
{
color: #CC0046;
}
.AnyTagClassName
{
color: #CC0046;
}
</style>
background-color css
<style>
a { background-color: #CC0046; }
a { background-color: rgb(204,0,70); }
div.DivClassName
{
background-color: #CC0046;
}
.BgClassName
{
background-color: #CC0046;
}
</style>
border-color css
<style>
span { border-color: #CC0046; }
span { border-color: rgb(204,0,70); }
td.TdClassName
{
border-color: #CC0046;
}
.TagClassName
{
border-color: #CC0046;
}
</style>