Shades of Crimson #E60044
Tints of Crimson #E60044
RGB
CMYK
RGB Variations
Color information
#E60044 (or 0xE60044) is known color: Crimson. HEX triplet: E6, 00 and 44. RGB value is (230,0,68). Sum of RGB (Red+Green+Blue) = 230+0+68=298 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.18% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 230 - color contains mainly: red. Hex color #E60044 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60044 is #19FFBB. Grayscale: #4C4C4C. Windows color (decimal): -1703868 or 4456678. OLE color: 4456678.
HSL color Cylindrical-coordinate representation of color #E60044: hue angle of 342.26º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E60044 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 68 | - |
| CMYK | 0 | 1 | 0.70 | 0.10 |
| HSL | 342.26º | 1% | 0.45% | - |
| HSV(B) | 342.26º | 1% | 0.9% | - |
| XYZ | 33.68 | 17.24 | 7.02 | - |
| YUV | 76.52 | 123.2 | 237.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 68 | 0 | 1 | 0.70 | 0.10 | 342.26 | 1 | 0.45 |
| Hex | E6 | 0 | 44 | 0 | 64 | 46 | A | 156 | 64 | 2D |
| Octal | 346 | 0 | 104 | 0 | 144 | 106 | 12 | 526 | 144 | 55 |
| Binary | 11100110 | 0 | 1000100 | 0 | 1100100 | 1000110 | 1010 | 101010110 | 1100100 | 101101 |
Color Harmonies of #E60044
Complementary color
Monochromatic Colors of #E60044
Black with #E60044
Text Example
Text Example
White with #E60044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60044; }
p { color: rgb(230,0,68); }
H1.HeaderClassName
{
color: #E60044;
}
.AnyTagClassName
{
color: #E60044;
}
</style>
background-color css
<style>
a { background-color: #E60044; }
a { background-color: rgb(230,0,68); }
div.DivClassName
{
background-color: #E60044;
}
.BgClassName
{
background-color: #E60044;
}
</style>
border-color css
<style>
span { border-color: #E60044; }
span { border-color: rgb(230,0,68); }
td.TdClassName
{
border-color: #E60044;
}
.TagClassName
{
border-color: #E60044;
}
</style>