Shades of Crimson #E40E2A
Tints of Crimson #E40E2A
RGB
CMYK
RGB Variations
Color information
#E40E2A (or 0xE40E2A) is known color: Crimson. HEX triplet: E4, 0E and 2A. RGB value is (228,14,42). Sum of RGB (Red+Green+Blue) = 228+14+42=284 (37% of max value = 765). Red value is 228 (89.45% from 255 or 80.28% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 228 - color contains mainly: red. Hex color #E40E2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40E2A is #1BF1D5. Grayscale: #515151. Windows color (decimal): -1831382 or 2756324. OLE color: 2756324.
HSL color Cylindrical-coordinate representation of color #E40E2A: hue angle of 352.15º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40E2A is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 14 | 42 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.11 |
| HSL | 352.15º | 0.88% | 0.47% | - |
| HSV(B) | 352.15º | 0.94% | 0.89% | - |
| XYZ | 32.57 | 16.98 | 3.75 | - |
| YUV | 81.18 | 105.9 | 232.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 14 | 42 | 0 | 0.94 | 0.82 | 0.11 | 352.15 | 0.88 | 0.47 |
| Hex | E4 | E | 2A | 0 | 5E | 52 | B | 160 | 58 | 2F |
| Octal | 344 | 16 | 52 | 0 | 136 | 122 | 13 | 540 | 130 | 57 |
| Binary | 11100100 | 1110 | 101010 | 0 | 1011110 | 1010010 | 1011 | 101100000 | 1011000 | 101111 |
Color Harmonies of #E40E2A
Complementary color
Monochromatic Colors of #E40E2A
Black with #E40E2A
Text Example
Text Example
White with #E40E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40E2A; }
p { color: rgb(228,14,42); }
H1.HeaderClassName
{
color: #E40E2A;
}
.AnyTagClassName
{
color: #E40E2A;
}
</style>
background-color css
<style>
a { background-color: #E40E2A; }
a { background-color: rgb(228,14,42); }
div.DivClassName
{
background-color: #E40E2A;
}
.BgClassName
{
background-color: #E40E2A;
}
</style>
border-color css
<style>
span { border-color: #E40E2A; }
span { border-color: rgb(228,14,42); }
td.TdClassName
{
border-color: #E40E2A;
}
.TagClassName
{
border-color: #E40E2A;
}
</style>