Shades of Crimson #E4013A
Tints of Crimson #E4013A
RGB
CMYK
RGB Variations
Color information
#E4013A (or 0xE4013A) is known color: Crimson. HEX triplet: E4, 01 and 3A. RGB value is (228,1,58). Sum of RGB (Red+Green+Blue) = 228+1+58=287 (38% of max value = 765). Red value is 228 (89.45% from 255 or 79.44% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 228 - color contains mainly: red. Hex color #E4013A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4013A is #1BFEC5. Grayscale: #4B4B4B. Windows color (decimal): -1834694 or 3801572. OLE color: 3801572.
HSL color Cylindrical-coordinate representation of color #E4013A: hue angle of 344.93º 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 #E4013A is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 58 | - |
| CMYK | 0 | 1.00 | 0.75 | 0.11 |
| HSL | 344.93º | 0.99% | 0.45% | - |
| HSV(B) | 344.93º | 1% | 0.89% | - |
| XYZ | 32.77 | 16.82 | 5.52 | - |
| YUV | 75.37 | 118.21 | 236.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 58 | 0 | 1.00 | 0.75 | 0.11 | 344.93 | 0.99 | 0.45 |
| Hex | E4 | 1 | 3A | 0 | 64 | 4B | B | 159 | 63 | 2D |
| Octal | 344 | 1 | 72 | 0 | 144 | 113 | 13 | 531 | 143 | 55 |
| Binary | 11100100 | 1 | 111010 | 0 | 1100100 | 1001011 | 1011 | 101011001 | 1100011 | 101101 |
Color Harmonies of #E4013A
Complementary color
Monochromatic Colors of #E4013A
Black with #E4013A
Text Example
Text Example
White with #E4013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4013A; }
p { color: rgb(228,1,58); }
H1.HeaderClassName
{
color: #E4013A;
}
.AnyTagClassName
{
color: #E4013A;
}
</style>
background-color css
<style>
a { background-color: #E4013A; }
a { background-color: rgb(228,1,58); }
div.DivClassName
{
background-color: #E4013A;
}
.BgClassName
{
background-color: #E4013A;
}
</style>
border-color css
<style>
span { border-color: #E4013A; }
span { border-color: rgb(228,1,58); }
td.TdClassName
{
border-color: #E4013A;
}
.TagClassName
{
border-color: #E4013A;
}
</style>