Shades of Crimson #E4012F
Tints of Crimson #E4012F
RGB
CMYK
RGB Variations
Color information
#E4012F (or 0xE4012F) is known color: Crimson. HEX triplet: E4, 01 and 2F. RGB value is (228,1,47). Sum of RGB (Red+Green+Blue) = 228+1+47=276 (36% of max value = 765). Red value is 228 (89.45% from 255 or 82.61% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 228 - color contains mainly: red. Hex color #E4012F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4012F is #1BFED0. Grayscale: #4A4A4A. Windows color (decimal): -1834705 or 3080676. OLE color: 3080676.
HSL color Cylindrical-coordinate representation of color #E4012F: hue angle of 347.84º 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 #E4012F is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 47 | - |
| CMYK | 0 | 1.00 | 0.79 | 0.11 |
| HSL | 347.84º | 0.99% | 0.45% | - |
| HSV(B) | 347.84º | 1% | 0.89% | - |
| XYZ | 32.52 | 16.72 | 4.2 | - |
| YUV | 74.12 | 112.71 | 237.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 47 | 0 | 1.00 | 0.79 | 0.11 | 347.84 | 0.99 | 0.45 |
| Hex | E4 | 1 | 2F | 0 | 64 | 4F | B | 15C | 63 | 2D |
| Octal | 344 | 1 | 57 | 0 | 144 | 117 | 13 | 534 | 143 | 55 |
| Binary | 11100100 | 1 | 101111 | 0 | 1100100 | 1001111 | 1011 | 101011100 | 1100011 | 101101 |
Color Harmonies of #E4012F
Complementary color
Monochromatic Colors of #E4012F
Black with #E4012F
Text Example
Text Example
White with #E4012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4012F; }
p { color: rgb(228,1,47); }
H1.HeaderClassName
{
color: #E4012F;
}
.AnyTagClassName
{
color: #E4012F;
}
</style>
background-color css
<style>
a { background-color: #E4012F; }
a { background-color: rgb(228,1,47); }
div.DivClassName
{
background-color: #E4012F;
}
.BgClassName
{
background-color: #E4012F;
}
</style>
border-color css
<style>
span { border-color: #E4012F; }
span { border-color: rgb(228,1,47); }
td.TdClassName
{
border-color: #E4012F;
}
.TagClassName
{
border-color: #E4012F;
}
</style>