Shades of Crimson #E4012C
Tints of Crimson #E4012C
RGB
CMYK
RGB Variations
Color information
#E4012C (or 0xE4012C) is known color: Crimson. HEX triplet: E4, 01 and 2C. RGB value is (228,1,44). Sum of RGB (Red+Green+Blue) = 228+1+44=273 (36% of max value = 765). Red value is 228 (89.45% from 255 or 83.52% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 228 - color contains mainly: red. Hex color #E4012C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4012C is #1BFED3. Grayscale: #494949. Windows color (decimal): -1834708 or 2884068. OLE color: 2884068.
HSL color Cylindrical-coordinate representation of color #E4012C: hue angle of 348.63º 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 #E4012C is Cyan = 0, Magento = 1.00, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 44 | - |
| CMYK | 0 | 1.00 | 0.81 | 0.11 |
| HSL | 348.63º | 0.99% | 0.45% | - |
| HSV(B) | 348.63º | 1% | 0.89% | - |
| XYZ | 32.46 | 16.7 | 3.89 | - |
| YUV | 73.78 | 111.21 | 238 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 44 | 0 | 1.00 | 0.81 | 0.11 | 348.63 | 0.99 | 0.45 |
| Hex | E4 | 1 | 2C | 0 | 64 | 51 | B | 15D | 63 | 2D |
| Octal | 344 | 1 | 54 | 0 | 144 | 121 | 13 | 535 | 143 | 55 |
| Binary | 11100100 | 1 | 101100 | 0 | 1100100 | 1010001 | 1011 | 101011101 | 1100011 | 101101 |
Color Harmonies of #E4012C
Complementary color
Monochromatic Colors of #E4012C
Black with #E4012C
Text Example
Text Example
White with #E4012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4012C; }
p { color: rgb(228,1,44); }
H1.HeaderClassName
{
color: #E4012C;
}
.AnyTagClassName
{
color: #E4012C;
}
</style>
background-color css
<style>
a { background-color: #E4012C; }
a { background-color: rgb(228,1,44); }
div.DivClassName
{
background-color: #E4012C;
}
.BgClassName
{
background-color: #E4012C;
}
</style>
border-color css
<style>
span { border-color: #E4012C; }
span { border-color: rgb(228,1,44); }
td.TdClassName
{
border-color: #E4012C;
}
.TagClassName
{
border-color: #E4012C;
}
</style>