Shades of Crimson #E4033A
Tints of Crimson #E4033A
RGB
CMYK
RGB Variations
Color information
#E4033A (or 0xE4033A) is known color: Crimson. HEX triplet: E4, 03 and 3A. RGB value is (228,3,58). Sum of RGB (Red+Green+Blue) = 228+3+58=289 (38% of max value = 765). Red value is 228 (89.45% from 255 or 78.89% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 228 - color contains mainly: red. Hex color #E4033A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4033A is #1BFCC5. Grayscale: #4C4C4C. Windows color (decimal): -1834182 or 3802084. OLE color: 3802084.
HSL color Cylindrical-coordinate representation of color #E4033A: hue angle of 345.33º degrees, saturation: 0.97, 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 #E4033A is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 3 | 58 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.11 |
| HSL | 345.33º | 0.97% | 0.45% | - |
| HSV(B) | 345.33º | 0.99% | 0.89% | - |
| XYZ | 32.79 | 16.86 | 5.53 | - |
| YUV | 76.55 | 117.54 | 236.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 58 | 0 | 0.99 | 0.75 | 0.11 | 345.33 | 0.97 | 0.45 |
| Hex | E4 | 3 | 3A | 0 | 63 | 4B | B | 159 | 61 | 2D |
| Octal | 344 | 3 | 72 | 0 | 143 | 113 | 13 | 531 | 141 | 55 |
| Binary | 11100100 | 11 | 111010 | 0 | 1100011 | 1001011 | 1011 | 101011001 | 1100001 | 101101 |
Color Harmonies of #E4033A
Complementary color
Monochromatic Colors of #E4033A
Black with #E4033A
Text Example
Text Example
White with #E4033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4033A; }
p { color: rgb(228,3,58); }
H1.HeaderClassName
{
color: #E4033A;
}
.AnyTagClassName
{
color: #E4033A;
}
</style>
background-color css
<style>
a { background-color: #E4033A; }
a { background-color: rgb(228,3,58); }
div.DivClassName
{
background-color: #E4033A;
}
.BgClassName
{
background-color: #E4033A;
}
</style>
border-color css
<style>
span { border-color: #E4033A; }
span { border-color: rgb(228,3,58); }
td.TdClassName
{
border-color: #E4033A;
}
.TagClassName
{
border-color: #E4033A;
}
</style>