Shades of Crimson #E60036
Tints of Crimson #E60036
RGB
CMYK
RGB Variations
Color information
#E60036 (or 0xE60036) is known color: Crimson. HEX triplet: E6, 00 and 36. RGB value is (230,0,54). Sum of RGB (Red+Green+Blue) = 230+0+54=284 (37% of max value = 765). Red value is 230 (90.23% from 255 or 80.99% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 230 - color contains mainly: red. Hex color #E60036 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60036 is #19FFC9. Grayscale: #4A4A4A. Windows color (decimal): -1703882 or 3539174. OLE color: 3539174.
HSL color Cylindrical-coordinate representation of color #E60036: hue angle of 345.91º 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 #E60036 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 54 | - |
| CMYK | 0 | 1 | 0.77 | 0.10 |
| HSL | 345.91º | 1% | 0.45% | - |
| HSV(B) | 345.91º | 1% | 0.9% | - |
| XYZ | 33.3 | 17.09 | 5.03 | - |
| YUV | 74.93 | 116.2 | 238.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 54 | 0 | 1 | 0.77 | 0.10 | 345.91 | 1 | 0.45 |
| Hex | E6 | 0 | 36 | 0 | 64 | 4D | A | 15A | 64 | 2D |
| Octal | 346 | 0 | 66 | 0 | 144 | 115 | 12 | 532 | 144 | 55 |
| Binary | 11100110 | 0 | 110110 | 0 | 1100100 | 1001101 | 1010 | 101011010 | 1100100 | 101101 |
Color Harmonies of #E60036
Complementary color
Monochromatic Colors of #E60036
Black with #E60036
Text Example
Text Example
White with #E60036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60036; }
p { color: rgb(230,0,54); }
H1.HeaderClassName
{
color: #E60036;
}
.AnyTagClassName
{
color: #E60036;
}
</style>
background-color css
<style>
a { background-color: #E60036; }
a { background-color: rgb(230,0,54); }
div.DivClassName
{
background-color: #E60036;
}
.BgClassName
{
background-color: #E60036;
}
</style>
border-color css
<style>
span { border-color: #E60036; }
span { border-color: rgb(230,0,54); }
td.TdClassName
{
border-color: #E60036;
}
.TagClassName
{
border-color: #E60036;
}
</style>