Shades of Crimson #CE1142
Tints of Crimson #CE1142
RGB
CMYK
RGB Variations
Color information
#CE1142 (or 0xCE1142) is known color: Crimson. HEX triplet: CE, 11 and 42. RGB value is (206,17,66). Sum of RGB (Red+Green+Blue) = 206+17+66=289 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.28% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1142 is #31EEBD. Grayscale: #4F4F4F. Windows color (decimal): -3272382 or 4329934. OLE color: 4329934.
HSL color Cylindrical-coordinate representation of color #CE1142: hue angle of 344.44º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE1142 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 66 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.19 |
| HSL | 344.44º | 0.85% | 0.44% | - |
| HSV(B) | 344.44º | 0.92% | 0.81% | - |
| XYZ | 26.64 | 13.92 | 6.44 | - |
| YUV | 79.1 | 120.62 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 66 | 0 | 0.92 | 0.68 | 0.19 | 344.44 | 0.85 | 0.44 |
| Hex | CE | 11 | 42 | 0 | 5C | 44 | 13 | 158 | 55 | 2C |
| Octal | 316 | 21 | 102 | 0 | 134 | 104 | 23 | 530 | 125 | 54 |
| Binary | 11001110 | 10001 | 1000010 | 0 | 1011100 | 1000100 | 10011 | 101011000 | 1010101 | 101100 |
Color Harmonies of #CE1142
Complementary color
Monochromatic Colors of #CE1142
Black with #CE1142
Text Example
Text Example
White with #CE1142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1142; }
p { color: rgb(206,17,66); }
H1.HeaderClassName
{
color: #CE1142;
}
.AnyTagClassName
{
color: #CE1142;
}
</style>
background-color css
<style>
a { background-color: #CE1142; }
a { background-color: rgb(206,17,66); }
div.DivClassName
{
background-color: #CE1142;
}
.BgClassName
{
background-color: #CE1142;
}
</style>
border-color css
<style>
span { border-color: #CE1142; }
span { border-color: rgb(206,17,66); }
td.TdClassName
{
border-color: #CE1142;
}
.TagClassName
{
border-color: #CE1142;
}
</style>