Shades of Crimson #CE1140
Tints of Crimson #CE1140
RGB
CMYK
RGB Variations
Color information
#CE1140 (or 0xCE1140) is known color: Crimson. HEX triplet: CE, 11 and 40. RGB value is (206,17,64). Sum of RGB (Red+Green+Blue) = 206+17+64=287 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.78% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1140 is #31EEBF. Grayscale: #4E4E4E. Windows color (decimal): -3272384 or 4198862. OLE color: 4198862.
HSL color Cylindrical-coordinate representation of color #CE1140: hue angle of 345.08º 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 #CE1140 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 64 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.19 |
| HSL | 345.08º | 0.85% | 0.44% | - |
| HSV(B) | 345.08º | 0.92% | 0.81% | - |
| XYZ | 26.58 | 13.89 | 6.13 | - |
| YUV | 78.87 | 119.62 | 218.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 64 | 0 | 0.92 | 0.69 | 0.19 | 345.08 | 0.85 | 0.44 |
| Hex | CE | 11 | 40 | 0 | 5C | 45 | 13 | 159 | 55 | 2C |
| Octal | 316 | 21 | 100 | 0 | 134 | 105 | 23 | 531 | 125 | 54 |
| Binary | 11001110 | 10001 | 1000000 | 0 | 1011100 | 1000101 | 10011 | 101011001 | 1010101 | 101100 |
Color Harmonies of #CE1140
Complementary color
Monochromatic Colors of #CE1140
Black with #CE1140
Text Example
Text Example
White with #CE1140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1140; }
p { color: rgb(206,17,64); }
H1.HeaderClassName
{
color: #CE1140;
}
.AnyTagClassName
{
color: #CE1140;
}
</style>
background-color css
<style>
a { background-color: #CE1140; }
a { background-color: rgb(206,17,64); }
div.DivClassName
{
background-color: #CE1140;
}
.BgClassName
{
background-color: #CE1140;
}
</style>
border-color css
<style>
span { border-color: #CE1140; }
span { border-color: rgb(206,17,64); }
td.TdClassName
{
border-color: #CE1140;
}
.TagClassName
{
border-color: #CE1140;
}
</style>