Shades of Crimson #CE1136
Tints of Crimson #CE1136
RGB
CMYK
RGB Variations
Color information
#CE1136 (or 0xCE1136) is known color: Crimson. HEX triplet: CE, 11 and 36. RGB value is (206,17,54). Sum of RGB (Red+Green+Blue) = 206+17+54=277 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.37% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1136 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1136 is #31EEC9. Grayscale: #4D4D4D. Windows color (decimal): -3272394 or 3543502. OLE color: 3543502.
HSL color Cylindrical-coordinate representation of color #CE1136: hue angle of 348.25º 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 #CE1136 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 54 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.19 |
| HSL | 348.25º | 0.85% | 0.44% | - |
| HSV(B) | 348.25º | 0.92% | 0.81% | - |
| XYZ | 26.32 | 13.79 | 4.76 | - |
| YUV | 77.73 | 114.62 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 54 | 0 | 0.92 | 0.74 | 0.19 | 348.25 | 0.85 | 0.44 |
| Hex | CE | 11 | 36 | 0 | 5C | 4A | 13 | 15C | 55 | 2C |
| Octal | 316 | 21 | 66 | 0 | 134 | 112 | 23 | 534 | 125 | 54 |
| Binary | 11001110 | 10001 | 110110 | 0 | 1011100 | 1001010 | 10011 | 101011100 | 1010101 | 101100 |
Color Harmonies of #CE1136
Complementary color
Monochromatic Colors of #CE1136
Black with #CE1136
Text Example
Text Example
White with #CE1136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1136; }
p { color: rgb(206,17,54); }
H1.HeaderClassName
{
color: #CE1136;
}
.AnyTagClassName
{
color: #CE1136;
}
</style>
background-color css
<style>
a { background-color: #CE1136; }
a { background-color: rgb(206,17,54); }
div.DivClassName
{
background-color: #CE1136;
}
.BgClassName
{
background-color: #CE1136;
}
</style>
border-color css
<style>
span { border-color: #CE1136; }
span { border-color: rgb(206,17,54); }
td.TdClassName
{
border-color: #CE1136;
}
.TagClassName
{
border-color: #CE1136;
}
</style>