Shades of Crimson #E60E4A
Tints of Crimson #E60E4A
RGB
CMYK
RGB Variations
Color information
#E60E4A (or 0xE60E4A) is known color: Crimson. HEX triplet: E6, 0E and 4A. RGB value is (230,14,74). Sum of RGB (Red+Green+Blue) = 230+14+74=318 (42% of max value = 765). Red value is 230 (90.23% from 255 or 72.33% from 318); Green value is 14 (5.86% from 255 or 4.40% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 230 - color contains mainly: red. Hex color #E60E4A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60E4A is #19F1B5. Grayscale: #555555. Windows color (decimal): -1700278 or 4853478. OLE color: 4853478.
HSL color Cylindrical-coordinate representation of color #E60E4A: hue angle of 343.33º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60E4A is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 14 | 74 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.10 |
| HSL | 343.33º | 0.89% | 0.48% | - |
| HSV(B) | 343.33º | 0.94% | 0.9% | - |
| XYZ | 34.03 | 17.63 | 8.09 | - |
| YUV | 85.42 | 121.56 | 231.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 14 | 74 | 0 | 0.94 | 0.68 | 0.10 | 343.33 | 0.89 | 0.48 |
| Hex | E6 | E | 4A | 0 | 5E | 44 | A | 157 | 59 | 30 |
| Octal | 346 | 16 | 112 | 0 | 136 | 104 | 12 | 527 | 131 | 60 |
| Binary | 11100110 | 1110 | 1001010 | 0 | 1011110 | 1000100 | 1010 | 101010111 | 1011001 | 110000 |
Color Harmonies of #E60E4A
Complementary color
Monochromatic Colors of #E60E4A
Black with #E60E4A
Text Example
Text Example
White with #E60E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60E4A; }
p { color: rgb(230,14,74); }
H1.HeaderClassName
{
color: #E60E4A;
}
.AnyTagClassName
{
color: #E60E4A;
}
</style>
background-color css
<style>
a { background-color: #E60E4A; }
a { background-color: rgb(230,14,74); }
div.DivClassName
{
background-color: #E60E4A;
}
.BgClassName
{
background-color: #E60E4A;
}
</style>
border-color css
<style>
span { border-color: #E60E4A; }
span { border-color: rgb(230,14,74); }
td.TdClassName
{
border-color: #E60E4A;
}
.TagClassName
{
border-color: #E60E4A;
}
</style>