Shades of Crimson #E60435
Tints of Crimson #E60435
RGB
CMYK
RGB Variations
Color information
#E60435 (or 0xE60435) is known color: Crimson. HEX triplet: E6, 04 and 35. RGB value is (230,4,53). Sum of RGB (Red+Green+Blue) = 230+4+53=287 (38% of max value = 765). Red value is 230 (90.23% from 255 or 80.14% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 230 - color contains mainly: red. Hex color #E60435 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60435 is #19FBCA. Grayscale: #4D4D4D. Windows color (decimal): -1702859 or 3474662. OLE color: 3474662.
HSL color Cylindrical-coordinate representation of color #E60435: hue angle of 346.99º 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 #E60435 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 4 | 53 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.10 |
| HSL | 346.99º | 0.97% | 0.46% | - |
| HSV(B) | 346.99º | 0.98% | 0.9% | - |
| XYZ | 33.32 | 17.17 | 4.93 | - |
| YUV | 77.16 | 114.37 | 237.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 4 | 53 | 0 | 0.98 | 0.77 | 0.10 | 346.99 | 0.97 | 0.46 |
| Hex | E6 | 4 | 35 | 0 | 62 | 4D | A | 15B | 61 | 2E |
| Octal | 346 | 4 | 65 | 0 | 142 | 115 | 12 | 533 | 141 | 56 |
| Binary | 11100110 | 100 | 110101 | 0 | 1100010 | 1001101 | 1010 | 101011011 | 1100001 | 101110 |
Color Harmonies of #E60435
Complementary color
Monochromatic Colors of #E60435
Black with #E60435
Text Example
Text Example
White with #E60435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60435; }
p { color: rgb(230,4,53); }
H1.HeaderClassName
{
color: #E60435;
}
.AnyTagClassName
{
color: #E60435;
}
</style>
background-color css
<style>
a { background-color: #E60435; }
a { background-color: rgb(230,4,53); }
div.DivClassName
{
background-color: #E60435;
}
.BgClassName
{
background-color: #E60435;
}
</style>
border-color css
<style>
span { border-color: #E60435; }
span { border-color: rgb(230,4,53); }
td.TdClassName
{
border-color: #E60435;
}
.TagClassName
{
border-color: #E60435;
}
</style>