Shades of Crimson #E60136
Tints of Crimson #E60136
RGB
CMYK
RGB Variations
Color information
#E60136 (or 0xE60136) is known color: Crimson. HEX triplet: E6, 01 and 36. RGB value is (230,1,54). Sum of RGB (Red+Green+Blue) = 230+1+54=285 (37% of max value = 765). Red value is 230 (90.23% from 255 or 80.70% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 230 - color contains mainly: red. Hex color #E60136 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60136 is #19FEC9. Grayscale: #4B4B4B. Windows color (decimal): -1703626 or 3539430. OLE color: 3539430.
HSL color Cylindrical-coordinate representation of color #E60136: hue angle of 346.11º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E60136 is Cyan = 0, Magento = 1.00, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 54 | - |
| CMYK | 0 | 1.00 | 0.77 | 0.10 |
| HSL | 346.11º | 0.99% | 0.45% | - |
| HSV(B) | 346.11º | 1% | 0.9% | - |
| XYZ | 33.31 | 17.11 | 5.04 | - |
| YUV | 75.51 | 115.87 | 238.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 54 | 0 | 1.00 | 0.77 | 0.10 | 346.11 | 0.99 | 0.45 |
| Hex | E6 | 1 | 36 | 0 | 64 | 4D | A | 15A | 63 | 2D |
| Octal | 346 | 1 | 66 | 0 | 144 | 115 | 12 | 532 | 143 | 55 |
| Binary | 11100110 | 1 | 110110 | 0 | 1100100 | 1001101 | 1010 | 101011010 | 1100011 | 101101 |
Color Harmonies of #E60136
Complementary color
Monochromatic Colors of #E60136
Black with #E60136
Text Example
Text Example
White with #E60136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60136; }
p { color: rgb(230,1,54); }
H1.HeaderClassName
{
color: #E60136;
}
.AnyTagClassName
{
color: #E60136;
}
</style>
background-color css
<style>
a { background-color: #E60136; }
a { background-color: rgb(230,1,54); }
div.DivClassName
{
background-color: #E60136;
}
.BgClassName
{
background-color: #E60136;
}
</style>
border-color css
<style>
span { border-color: #E60136; }
span { border-color: rgb(230,1,54); }
td.TdClassName
{
border-color: #E60136;
}
.TagClassName
{
border-color: #E60136;
}
</style>