Shades of Crimson #CE1046
Tints of Crimson #CE1046
RGB
CMYK
RGB Variations
Color information
#CE1046 (or 0xCE1046) is known color: Crimson. HEX triplet: CE, 10 and 46. RGB value is (206,16,70). Sum of RGB (Red+Green+Blue) = 206+16+70=292 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.55% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1046 is #31EFB9. Grayscale: #4E4E4E. Windows color (decimal): -3272634 or 4591822. OLE color: 4591822.
HSL color Cylindrical-coordinate representation of color #CE1046: hue angle of 342.95º degrees, saturation: 0.86, 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 #CE1046 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 16 | 70 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.19 |
| HSL | 342.95º | 0.86% | 0.44% | - |
| HSV(B) | 342.95º | 0.92% | 0.81% | - |
| XYZ | 26.74 | 13.93 | 7.07 | - |
| YUV | 78.97 | 122.95 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 70 | 0 | 0.92 | 0.66 | 0.19 | 342.95 | 0.86 | 0.44 |
| Hex | CE | 10 | 46 | 0 | 5C | 42 | 13 | 157 | 56 | 2C |
| Octal | 316 | 20 | 106 | 0 | 134 | 102 | 23 | 527 | 126 | 54 |
| Binary | 11001110 | 10000 | 1000110 | 0 | 1011100 | 1000010 | 10011 | 101010111 | 1010110 | 101100 |
Color Harmonies of #CE1046
Complementary color
Monochromatic Colors of #CE1046
Black with #CE1046
Text Example
Text Example
White with #CE1046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1046; }
p { color: rgb(206,16,70); }
H1.HeaderClassName
{
color: #CE1046;
}
.AnyTagClassName
{
color: #CE1046;
}
</style>
background-color css
<style>
a { background-color: #CE1046; }
a { background-color: rgb(206,16,70); }
div.DivClassName
{
background-color: #CE1046;
}
.BgClassName
{
background-color: #CE1046;
}
</style>
border-color css
<style>
span { border-color: #CE1046; }
span { border-color: rgb(206,16,70); }
td.TdClassName
{
border-color: #CE1046;
}
.TagClassName
{
border-color: #CE1046;
}
</style>