Shades of Crimson #E4023B
Tints of Crimson #E4023B
RGB
CMYK
RGB Variations
Color information
#E4023B (or 0xE4023B) is known color: Crimson. HEX triplet: E4, 02 and 3B. RGB value is (228,2,59). Sum of RGB (Red+Green+Blue) = 228+2+59=289 (38% of max value = 765). Red value is 228 (89.45% from 255 or 78.89% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 228 - color contains mainly: red. Hex color #E4023B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4023B is #1BFDC4. Grayscale: #4C4C4C. Windows color (decimal): -1834437 or 3867364. OLE color: 3867364.
HSL color Cylindrical-coordinate representation of color #E4023B: hue angle of 344.87º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E4023B is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 2 | 59 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.11 |
| HSL | 344.87º | 0.98% | 0.45% | - |
| HSV(B) | 344.87º | 0.99% | 0.89% | - |
| XYZ | 32.81 | 16.85 | 5.66 | - |
| YUV | 76.07 | 118.37 | 236.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 2 | 59 | 0 | 0.99 | 0.74 | 0.11 | 344.87 | 0.98 | 0.45 |
| Hex | E4 | 2 | 3B | 0 | 63 | 4A | B | 159 | 62 | 2D |
| Octal | 344 | 2 | 73 | 0 | 143 | 112 | 13 | 531 | 142 | 55 |
| Binary | 11100100 | 10 | 111011 | 0 | 1100011 | 1001010 | 1011 | 101011001 | 1100010 | 101101 |
Color Harmonies of #E4023B
Complementary color
Monochromatic Colors of #E4023B
Black with #E4023B
Text Example
Text Example
White with #E4023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4023B; }
p { color: rgb(228,2,59); }
H1.HeaderClassName
{
color: #E4023B;
}
.AnyTagClassName
{
color: #E4023B;
}
</style>
background-color css
<style>
a { background-color: #E4023B; }
a { background-color: rgb(228,2,59); }
div.DivClassName
{
background-color: #E4023B;
}
.BgClassName
{
background-color: #E4023B;
}
</style>
border-color css
<style>
span { border-color: #E4023B; }
span { border-color: rgb(228,2,59); }
td.TdClassName
{
border-color: #E4023B;
}
.TagClassName
{
border-color: #E4023B;
}
</style>