Shades of Crimson #E4013E
Tints of Crimson #E4013E
RGB
CMYK
RGB Variations
Color information
#E4013E (or 0xE4013E) is known color: Crimson. HEX triplet: E4, 01 and 3E. RGB value is (228,1,62). Sum of RGB (Red+Green+Blue) = 228+1+62=291 (38% of max value = 765). Red value is 228 (89.45% from 255 or 78.35% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 228 - color contains mainly: red. Hex color #E4013E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4013E is #1BFEC1. Grayscale: #4B4B4B. Windows color (decimal): -1834690 or 4063716. OLE color: 4063716.
HSL color Cylindrical-coordinate representation of color #E4013E: hue angle of 343.88º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E4013E is Cyan = 0, Magento = 1.00, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 62 | - |
| CMYK | 0 | 1.00 | 0.73 | 0.11 |
| HSL | 343.88º | 0.99% | 0.45% | - |
| HSV(B) | 343.88º | 1% | 0.89% | - |
| XYZ | 32.88 | 16.86 | 6.08 | - |
| YUV | 75.83 | 120.21 | 236.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 62 | 0 | 1.00 | 0.73 | 0.11 | 343.88 | 0.99 | 0.45 |
| Hex | E4 | 1 | 3E | 0 | 64 | 49 | B | 158 | 63 | 2D |
| Octal | 344 | 1 | 76 | 0 | 144 | 111 | 13 | 530 | 143 | 55 |
| Binary | 11100100 | 1 | 111110 | 0 | 1100100 | 1001001 | 1011 | 101011000 | 1100011 | 101101 |
Color Harmonies of #E4013E
Complementary color
Monochromatic Colors of #E4013E
Black with #E4013E
Text Example
Text Example
White with #E4013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4013E; }
p { color: rgb(228,1,62); }
H1.HeaderClassName
{
color: #E4013E;
}
.AnyTagClassName
{
color: #E4013E;
}
</style>
background-color css
<style>
a { background-color: #E4013E; }
a { background-color: rgb(228,1,62); }
div.DivClassName
{
background-color: #E4013E;
}
.BgClassName
{
background-color: #E4013E;
}
</style>
border-color css
<style>
span { border-color: #E4013E; }
span { border-color: rgb(228,1,62); }
td.TdClassName
{
border-color: #E4013E;
}
.TagClassName
{
border-color: #E4013E;
}
</style>