Shades of Crimson #CE1249
Tints of Crimson #CE1249
RGB
CMYK
RGB Variations
Color information
#CE1249 (or 0xCE1249) is known color: Crimson. HEX triplet: CE, 12 and 49. RGB value is (206,18,73). Sum of RGB (Red+Green+Blue) = 206+18+73=297 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.36% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1249 is #31EDB6. Grayscale: #505050. Windows color (decimal): -3272119 or 4788942. OLE color: 4788942.
HSL color Cylindrical-coordinate representation of color #CE1249: hue angle of 342.45º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE1249 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 73 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.19 |
| HSL | 342.45º | 0.84% | 0.44% | - |
| HSV(B) | 342.45º | 0.91% | 0.81% | - |
| XYZ | 26.87 | 14.04 | 7.6 | - |
| YUV | 80.48 | 123.78 | 217.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 73 | 0 | 0.91 | 0.65 | 0.19 | 342.45 | 0.84 | 0.44 |
| Hex | CE | 12 | 49 | 0 | 5B | 41 | 13 | 156 | 54 | 2C |
| Octal | 316 | 22 | 111 | 0 | 133 | 101 | 23 | 526 | 124 | 54 |
| Binary | 11001110 | 10010 | 1001001 | 0 | 1011011 | 1000001 | 10011 | 101010110 | 1010100 | 101100 |
Color Harmonies of #CE1249
Complementary color
Monochromatic Colors of #CE1249
Black with #CE1249
Text Example
Text Example
White with #CE1249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1249; }
p { color: rgb(206,18,73); }
H1.HeaderClassName
{
color: #CE1249;
}
.AnyTagClassName
{
color: #CE1249;
}
</style>
background-color css
<style>
a { background-color: #CE1249; }
a { background-color: rgb(206,18,73); }
div.DivClassName
{
background-color: #CE1249;
}
.BgClassName
{
background-color: #CE1249;
}
</style>
border-color css
<style>
span { border-color: #CE1249; }
span { border-color: rgb(206,18,73); }
td.TdClassName
{
border-color: #CE1249;
}
.TagClassName
{
border-color: #CE1249;
}
</style>