Shades of Crimson #CE1646
Tints of Crimson #CE1646
RGB
CMYK
RGB Variations
Color information
#CE1646 (or 0xCE1646) is known color: Crimson. HEX triplet: CE, 16 and 46. RGB value is (206,22,70). Sum of RGB (Red+Green+Blue) = 206+22+70=298 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.13% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1646 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1646 is #31E9B9. Grayscale: #525252. Windows color (decimal): -3271098 or 4593358. OLE color: 4593358.
HSL color Cylindrical-coordinate representation of color #CE1646: hue angle of 344.35º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1646 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 70 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.19 |
| HSL | 344.35º | 0.81% | 0.45% | - |
| HSV(B) | 344.35º | 0.89% | 0.81% | - |
| XYZ | 26.85 | 14.14 | 7.11 | - |
| YUV | 82.49 | 120.96 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 70 | 0 | 0.89 | 0.66 | 0.19 | 344.35 | 0.81 | 0.45 |
| Hex | CE | 16 | 46 | 0 | 59 | 42 | 13 | 158 | 51 | 2D |
| Octal | 316 | 26 | 106 | 0 | 131 | 102 | 23 | 530 | 121 | 55 |
| Binary | 11001110 | 10110 | 1000110 | 0 | 1011001 | 1000010 | 10011 | 101011000 | 1010001 | 101101 |
Color Harmonies of #CE1646
Complementary color
Monochromatic Colors of #CE1646
Black with #CE1646
Text Example
Text Example
White with #CE1646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1646; }
p { color: rgb(206,22,70); }
H1.HeaderClassName
{
color: #CE1646;
}
.AnyTagClassName
{
color: #CE1646;
}
</style>
background-color css
<style>
a { background-color: #CE1646; }
a { background-color: rgb(206,22,70); }
div.DivClassName
{
background-color: #CE1646;
}
.BgClassName
{
background-color: #CE1646;
}
</style>
border-color css
<style>
span { border-color: #CE1646; }
span { border-color: rgb(206,22,70); }
td.TdClassName
{
border-color: #CE1646;
}
.TagClassName
{
border-color: #CE1646;
}
</style>