Shades of Crimson #CE0646
Tints of Crimson #CE0646
RGB
CMYK
RGB Variations
Color information
#CE0646 (or 0xCE0646) is known color: Crimson. HEX triplet: CE, 06 and 46. RGB value is (206,6,70). Sum of RGB (Red+Green+Blue) = 206+6+70=282 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.05% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 70 (27.73% from 255 or 24.82% from 282); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0646 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0646 is #31F9B9. Grayscale: #494949. Windows color (decimal): -3275194 or 4589262. OLE color: 4589262.
HSL color Cylindrical-coordinate representation of color #CE0646: hue angle of 340.8º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE0646 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 70 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.19 |
| HSL | 340.8º | 0.94% | 0.42% | - |
| HSV(B) | 340.8º | 0.97% | 0.81% | - |
| XYZ | 26.62 | 13.69 | 7.03 | - |
| YUV | 73.1 | 126.26 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 70 | 0 | 0.97 | 0.66 | 0.19 | 340.8 | 0.94 | 0.42 |
| Hex | CE | 6 | 46 | 0 | 61 | 42 | 13 | 155 | 5E | 2A |
| Octal | 316 | 6 | 106 | 0 | 141 | 102 | 23 | 525 | 136 | 52 |
| Binary | 11001110 | 110 | 1000110 | 0 | 1100001 | 1000010 | 10011 | 101010101 | 1011110 | 101010 |
Color Harmonies of #CE0646
Complementary color
Monochromatic Colors of #CE0646
Black with #CE0646
Text Example
Text Example
White with #CE0646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0646; }
p { color: rgb(206,6,70); }
H1.HeaderClassName
{
color: #CE0646;
}
.AnyTagClassName
{
color: #CE0646;
}
</style>
background-color css
<style>
a { background-color: #CE0646; }
a { background-color: rgb(206,6,70); }
div.DivClassName
{
background-color: #CE0646;
}
.BgClassName
{
background-color: #CE0646;
}
</style>
border-color css
<style>
span { border-color: #CE0646; }
span { border-color: rgb(206,6,70); }
td.TdClassName
{
border-color: #CE0646;
}
.TagClassName
{
border-color: #CE0646;
}
</style>