Shades of Crimson #CE1246
Tints of Crimson #CE1246
RGB
CMYK
RGB Variations
Color information
#CE1246 (or 0xCE1246) is known color: Crimson. HEX triplet: CE, 12 and 46. RGB value is (206,18,70). Sum of RGB (Red+Green+Blue) = 206+18+70=294 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.07% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1246 is #31EDB9. Grayscale: #505050. Windows color (decimal): -3272122 or 4592334. OLE color: 4592334.
HSL color Cylindrical-coordinate representation of color #CE1246: hue angle of 343.4º 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 #CE1246 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 70 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.19 |
| HSL | 343.4º | 0.84% | 0.44% | - |
| HSV(B) | 343.4º | 0.91% | 0.81% | - |
| XYZ | 26.78 | 14 | 7.08 | - |
| YUV | 80.14 | 122.28 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 70 | 0 | 0.91 | 0.66 | 0.19 | 343.4 | 0.84 | 0.44 |
| Hex | CE | 12 | 46 | 0 | 5B | 42 | 13 | 157 | 54 | 2C |
| Octal | 316 | 22 | 106 | 0 | 133 | 102 | 23 | 527 | 124 | 54 |
| Binary | 11001110 | 10010 | 1000110 | 0 | 1011011 | 1000010 | 10011 | 101010111 | 1010100 | 101100 |
Color Harmonies of #CE1246
Complementary color
Monochromatic Colors of #CE1246
Black with #CE1246
Text Example
Text Example
White with #CE1246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1246; }
p { color: rgb(206,18,70); }
H1.HeaderClassName
{
color: #CE1246;
}
.AnyTagClassName
{
color: #CE1246;
}
</style>
background-color css
<style>
a { background-color: #CE1246; }
a { background-color: rgb(206,18,70); }
div.DivClassName
{
background-color: #CE1246;
}
.BgClassName
{
background-color: #CE1246;
}
</style>
border-color css
<style>
span { border-color: #CE1246; }
span { border-color: rgb(206,18,70); }
td.TdClassName
{
border-color: #CE1246;
}
.TagClassName
{
border-color: #CE1246;
}
</style>