Shades of Crimson #CE1131
Tints of Crimson #CE1131
RGB
CMYK
RGB Variations
Color information
#CE1131 (or 0xCE1131) is known color: Crimson. HEX triplet: CE, 11 and 31. RGB value is (206,17,49). Sum of RGB (Red+Green+Blue) = 206+17+49=272 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.74% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1131 is #31EECE. Grayscale: #4D4D4D. Windows color (decimal): -3272399 or 3215822. OLE color: 3215822.
HSL color Cylindrical-coordinate representation of color #CE1131: hue angle of 349.84º 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 #CE1131 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 49 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.19 |
| HSL | 349.84º | 0.85% | 0.44% | - |
| HSV(B) | 349.84º | 0.92% | 0.81% | - |
| XYZ | 26.21 | 13.74 | 4.18 | - |
| YUV | 77.16 | 112.12 | 219.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 49 | 0 | 0.92 | 0.76 | 0.19 | 349.84 | 0.85 | 0.44 |
| Hex | CE | 11 | 31 | 0 | 5C | 4C | 13 | 15E | 55 | 2C |
| Octal | 316 | 21 | 61 | 0 | 134 | 114 | 23 | 536 | 125 | 54 |
| Binary | 11001110 | 10001 | 110001 | 0 | 1011100 | 1001100 | 10011 | 101011110 | 1010101 | 101100 |
Color Harmonies of #CE1131
Complementary color
Monochromatic Colors of #CE1131
Black with #CE1131
Text Example
Text Example
White with #CE1131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1131; }
p { color: rgb(206,17,49); }
H1.HeaderClassName
{
color: #CE1131;
}
.AnyTagClassName
{
color: #CE1131;
}
</style>
background-color css
<style>
a { background-color: #CE1131; }
a { background-color: rgb(206,17,49); }
div.DivClassName
{
background-color: #CE1131;
}
.BgClassName
{
background-color: #CE1131;
}
</style>
border-color css
<style>
span { border-color: #CE1131; }
span { border-color: rgb(206,17,49); }
td.TdClassName
{
border-color: #CE1131;
}
.TagClassName
{
border-color: #CE1131;
}
</style>