Shades of Crimson #E4183A
Tints of Crimson #E4183A
RGB
CMYK
RGB Variations
Color information
#E4183A (or 0xE4183A) is known color: Crimson. HEX triplet: E4, 18 and 3A. RGB value is (228,24,58). Sum of RGB (Red+Green+Blue) = 228+24+58=310 (41% of max value = 765). Red value is 228 (89.45% from 255 or 73.55% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 228 - color contains mainly: red. Hex color #E4183A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4183A is #1BE7C5. Grayscale: #585858. Windows color (decimal): -1828806 or 3807460. OLE color: 3807460.
HSL color Cylindrical-coordinate representation of color #E4183A: hue angle of 350º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E4183A is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 24 | 58 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.11 |
| HSL | 350º | 0.81% | 0.49% | - |
| HSV(B) | 350º | 0.89% | 0.89% | - |
| XYZ | 33.09 | 17.45 | 5.63 | - |
| YUV | 88.87 | 110.59 | 227.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 24 | 58 | 0 | 0.89 | 0.75 | 0.11 | 350 | 0.81 | 0.49 |
| Hex | E4 | 18 | 3A | 0 | 59 | 4B | B | 15E | 51 | 31 |
| Octal | 344 | 30 | 72 | 0 | 131 | 113 | 13 | 536 | 121 | 61 |
| Binary | 11100100 | 11000 | 111010 | 0 | 1011001 | 1001011 | 1011 | 101011110 | 1010001 | 110001 |
Color Harmonies of #E4183A
Complementary color
Monochromatic Colors of #E4183A
Black with #E4183A
Text Example
Text Example
White with #E4183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4183A; }
p { color: rgb(228,24,58); }
H1.HeaderClassName
{
color: #E4183A;
}
.AnyTagClassName
{
color: #E4183A;
}
</style>
background-color css
<style>
a { background-color: #E4183A; }
a { background-color: rgb(228,24,58); }
div.DivClassName
{
background-color: #E4183A;
}
.BgClassName
{
background-color: #E4183A;
}
</style>
border-color css
<style>
span { border-color: #E4183A; }
span { border-color: rgb(228,24,58); }
td.TdClassName
{
border-color: #E4183A;
}
.TagClassName
{
border-color: #E4183A;
}
</style>