Shades of Crimson #E4012D
Tints of Crimson #E4012D
RGB
CMYK
RGB Variations
Color information
#E4012D (or 0xE4012D) is known color: Crimson. HEX triplet: E4, 01 and 2D. RGB value is (228,1,45). Sum of RGB (Red+Green+Blue) = 228+1+45=274 (36% of max value = 765). Red value is 228 (89.45% from 255 or 83.21% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 228 - color contains mainly: red. Hex color #E4012D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4012D is #1BFED2. Grayscale: #494949. Windows color (decimal): -1834707 or 2949604. OLE color: 2949604.
HSL color Cylindrical-coordinate representation of color #E4012D: hue angle of 348.37º 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 #E4012D is Cyan = 0, Magento = 1.00, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 45 | - |
| CMYK | 0 | 1.00 | 0.80 | 0.11 |
| HSL | 348.37º | 0.99% | 0.45% | - |
| HSV(B) | 348.37º | 1% | 0.89% | - |
| XYZ | 32.48 | 16.71 | 4 | - |
| YUV | 73.89 | 111.71 | 237.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 45 | 0 | 1.00 | 0.80 | 0.11 | 348.37 | 0.99 | 0.45 |
| Hex | E4 | 1 | 2D | 0 | 64 | 50 | B | 15C | 63 | 2D |
| Octal | 344 | 1 | 55 | 0 | 144 | 120 | 13 | 534 | 143 | 55 |
| Binary | 11100100 | 1 | 101101 | 0 | 1100100 | 1010000 | 1011 | 101011100 | 1100011 | 101101 |
Color Harmonies of #E4012D
Complementary color
Monochromatic Colors of #E4012D
Black with #E4012D
Text Example
Text Example
White with #E4012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4012D; }
p { color: rgb(228,1,45); }
H1.HeaderClassName
{
color: #E4012D;
}
.AnyTagClassName
{
color: #E4012D;
}
</style>
background-color css
<style>
a { background-color: #E4012D; }
a { background-color: rgb(228,1,45); }
div.DivClassName
{
background-color: #E4012D;
}
.BgClassName
{
background-color: #E4012D;
}
</style>
border-color css
<style>
span { border-color: #E4012D; }
span { border-color: rgb(228,1,45); }
td.TdClassName
{
border-color: #E4012D;
}
.TagClassName
{
border-color: #E4012D;
}
</style>