Shades of Crimson #E60436
Tints of Crimson #E60436
RGB
CMYK
RGB Variations
Color information
#E60436 (or 0xE60436) is known color: Crimson. HEX triplet: E6, 04 and 36. RGB value is (230,4,54). Sum of RGB (Red+Green+Blue) = 230+4+54=288 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.86% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 230 - color contains mainly: red. Hex color #E60436 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60436 is #19FBC9. Grayscale: #4D4D4D. Windows color (decimal): -1702858 or 3540198. OLE color: 3540198.
HSL color Cylindrical-coordinate representation of color #E60436: hue angle of 346.73º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E60436 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 4 | 54 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.10 |
| HSL | 346.73º | 0.97% | 0.46% | - |
| HSV(B) | 346.73º | 0.98% | 0.9% | - |
| XYZ | 33.34 | 17.18 | 5.05 | - |
| YUV | 77.27 | 114.87 | 236.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 4 | 54 | 0 | 0.98 | 0.77 | 0.10 | 346.73 | 0.97 | 0.46 |
| Hex | E6 | 4 | 36 | 0 | 62 | 4D | A | 15B | 61 | 2E |
| Octal | 346 | 4 | 66 | 0 | 142 | 115 | 12 | 533 | 141 | 56 |
| Binary | 11100110 | 100 | 110110 | 0 | 1100010 | 1001101 | 1010 | 101011011 | 1100001 | 101110 |
Color Harmonies of #E60436
Complementary color
Monochromatic Colors of #E60436
Black with #E60436
Text Example
Text Example
White with #E60436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60436; }
p { color: rgb(230,4,54); }
H1.HeaderClassName
{
color: #E60436;
}
.AnyTagClassName
{
color: #E60436;
}
</style>
background-color css
<style>
a { background-color: #E60436; }
a { background-color: rgb(230,4,54); }
div.DivClassName
{
background-color: #E60436;
}
.BgClassName
{
background-color: #E60436;
}
</style>
border-color css
<style>
span { border-color: #E60436; }
span { border-color: rgb(230,4,54); }
td.TdClassName
{
border-color: #E60436;
}
.TagClassName
{
border-color: #E60436;
}
</style>