Shades of Crimson #E60D4A
Tints of Crimson #E60D4A
RGB
CMYK
RGB Variations
Color information
#E60D4A (or 0xE60D4A) is known color: Crimson. HEX triplet: E6, 0D and 4A. RGB value is (230,13,74). Sum of RGB (Red+Green+Blue) = 230+13+74=317 (41% of max value = 765). Red value is 230 (90.23% from 255 or 72.56% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D4A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60D4A is #19F2B5. Grayscale: #545454. Windows color (decimal): -1700534 or 4853222. OLE color: 4853222.
HSL color Cylindrical-coordinate representation of color #E60D4A: hue angle of 343.13º 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 #E60D4A is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 74 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.10 |
| HSL | 343.13º | 0.89% | 0.48% | - |
| HSV(B) | 343.13º | 0.94% | 0.9% | - |
| XYZ | 34.01 | 17.61 | 8.08 | - |
| YUV | 84.84 | 121.89 | 231.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 74 | 0 | 0.94 | 0.68 | 0.10 | 343.13 | 0.89 | 0.48 |
| Hex | E6 | D | 4A | 0 | 5E | 44 | A | 157 | 59 | 30 |
| Octal | 346 | 15 | 112 | 0 | 136 | 104 | 12 | 527 | 131 | 60 |
| Binary | 11100110 | 1101 | 1001010 | 0 | 1011110 | 1000100 | 1010 | 101010111 | 1011001 | 110000 |
Color Harmonies of #E60D4A
Complementary color
Monochromatic Colors of #E60D4A
Black with #E60D4A
Text Example
Text Example
White with #E60D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60D4A; }
p { color: rgb(230,13,74); }
H1.HeaderClassName
{
color: #E60D4A;
}
.AnyTagClassName
{
color: #E60D4A;
}
</style>
background-color css
<style>
a { background-color: #E60D4A; }
a { background-color: rgb(230,13,74); }
div.DivClassName
{
background-color: #E60D4A;
}
.BgClassName
{
background-color: #E60D4A;
}
</style>
border-color css
<style>
span { border-color: #E60D4A; }
span { border-color: rgb(230,13,74); }
td.TdClassName
{
border-color: #E60D4A;
}
.TagClassName
{
border-color: #E60D4A;
}
</style>