Shades of Crimson #CE1642
Tints of Crimson #CE1642
RGB
CMYK
RGB Variations
Color information
#CE1642 (or 0xCE1642) is known color: Crimson. HEX triplet: CE, 16 and 42. RGB value is (206,22,66). Sum of RGB (Red+Green+Blue) = 206+22+66=294 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.07% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1642 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1642 is #31E9BD. Grayscale: #525252. Windows color (decimal): -3271102 or 4331214. OLE color: 4331214.
HSL color Cylindrical-coordinate representation of color #CE1642: hue angle of 345.65º 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 #CE1642 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 66 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.19 |
| HSL | 345.65º | 0.81% | 0.45% | - |
| HSV(B) | 345.65º | 0.89% | 0.81% | - |
| XYZ | 26.72 | 14.09 | 6.47 | - |
| YUV | 82.03 | 118.96 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 66 | 0 | 0.89 | 0.68 | 0.19 | 345.65 | 0.81 | 0.45 |
| Hex | CE | 16 | 42 | 0 | 59 | 44 | 13 | 15A | 51 | 2D |
| Octal | 316 | 26 | 102 | 0 | 131 | 104 | 23 | 532 | 121 | 55 |
| Binary | 11001110 | 10110 | 1000010 | 0 | 1011001 | 1000100 | 10011 | 101011010 | 1010001 | 101101 |
Color Harmonies of #CE1642
Complementary color
Monochromatic Colors of #CE1642
Black with #CE1642
Text Example
Text Example
White with #CE1642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1642; }
p { color: rgb(206,22,66); }
H1.HeaderClassName
{
color: #CE1642;
}
.AnyTagClassName
{
color: #CE1642;
}
</style>
background-color css
<style>
a { background-color: #CE1642; }
a { background-color: rgb(206,22,66); }
div.DivClassName
{
background-color: #CE1642;
}
.BgClassName
{
background-color: #CE1642;
}
</style>
border-color css
<style>
span { border-color: #CE1642; }
span { border-color: rgb(206,22,66); }
td.TdClassName
{
border-color: #CE1642;
}
.TagClassName
{
border-color: #CE1642;
}
</style>