Shades of Crimson #CE1147
Tints of Crimson #CE1147
RGB
CMYK
RGB Variations
Color information
#CE1147 (or 0xCE1147) is known color: Crimson. HEX triplet: CE, 11 and 47. RGB value is (206,17,71). Sum of RGB (Red+Green+Blue) = 206+17+71=294 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.07% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1147 is #31EEB8. Grayscale: #4F4F4F. Windows color (decimal): -3272377 or 4657614. OLE color: 4657614.
HSL color Cylindrical-coordinate representation of color #CE1147: hue angle of 342.86º 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 #CE1147 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 71 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.19 |
| HSL | 342.86º | 0.85% | 0.44% | - |
| HSV(B) | 342.86º | 0.92% | 0.81% | - |
| XYZ | 26.79 | 13.98 | 7.25 | - |
| YUV | 79.67 | 123.12 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 71 | 0 | 0.92 | 0.66 | 0.19 | 342.86 | 0.85 | 0.44 |
| Hex | CE | 11 | 47 | 0 | 5C | 42 | 13 | 157 | 55 | 2C |
| Octal | 316 | 21 | 107 | 0 | 134 | 102 | 23 | 527 | 125 | 54 |
| Binary | 11001110 | 10001 | 1000111 | 0 | 1011100 | 1000010 | 10011 | 101010111 | 1010101 | 101100 |
Color Harmonies of #CE1147
Complementary color
Monochromatic Colors of #CE1147
Black with #CE1147
Text Example
Text Example
White with #CE1147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1147; }
p { color: rgb(206,17,71); }
H1.HeaderClassName
{
color: #CE1147;
}
.AnyTagClassName
{
color: #CE1147;
}
</style>
background-color css
<style>
a { background-color: #CE1147; }
a { background-color: rgb(206,17,71); }
div.DivClassName
{
background-color: #CE1147;
}
.BgClassName
{
background-color: #CE1147;
}
</style>
border-color css
<style>
span { border-color: #CE1147; }
span { border-color: rgb(206,17,71); }
td.TdClassName
{
border-color: #CE1147;
}
.TagClassName
{
border-color: #CE1147;
}
</style>