Shades of Crimson #E4032F
Tints of Crimson #E4032F
RGB
CMYK
RGB Variations
Color information
#E4032F (or 0xE4032F) is known color: Crimson. HEX triplet: E4, 03 and 2F. RGB value is (228,3,47). Sum of RGB (Red+Green+Blue) = 228+3+47=278 (36% of max value = 765). Red value is 228 (89.45% from 255 or 82.01% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 228 - color contains mainly: red. Hex color #E4032F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4032F is #1BFCD0. Grayscale: #4B4B4B. Windows color (decimal): -1834193 or 3081188. OLE color: 3081188.
HSL color Cylindrical-coordinate representation of color #E4032F: hue angle of 348.27º 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 #E4032F is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 3 | 47 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.11 |
| HSL | 348.27º | 0.97% | 0.45% | - |
| HSV(B) | 348.27º | 0.99% | 0.89% | - |
| XYZ | 32.54 | 16.76 | 4.21 | - |
| YUV | 75.29 | 112.04 | 236.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 47 | 0 | 0.99 | 0.79 | 0.11 | 348.27 | 0.97 | 0.45 |
| Hex | E4 | 3 | 2F | 0 | 63 | 4F | B | 15C | 61 | 2D |
| Octal | 344 | 3 | 57 | 0 | 143 | 117 | 13 | 534 | 141 | 55 |
| Binary | 11100100 | 11 | 101111 | 0 | 1100011 | 1001111 | 1011 | 101011100 | 1100001 | 101101 |
Color Harmonies of #E4032F
Complementary color
Monochromatic Colors of #E4032F
Black with #E4032F
Text Example
Text Example
White with #E4032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4032F; }
p { color: rgb(228,3,47); }
H1.HeaderClassName
{
color: #E4032F;
}
.AnyTagClassName
{
color: #E4032F;
}
</style>
background-color css
<style>
a { background-color: #E4032F; }
a { background-color: rgb(228,3,47); }
div.DivClassName
{
background-color: #E4032F;
}
.BgClassName
{
background-color: #E4032F;
}
</style>
border-color css
<style>
span { border-color: #E4032F; }
span { border-color: rgb(228,3,47); }
td.TdClassName
{
border-color: #E4032F;
}
.TagClassName
{
border-color: #E4032F;
}
</style>