Shades of Crimson #E41328
Tints of Crimson #E41328
RGB
CMYK
RGB Variations
Color information
#E41328 (or 0xE41328) is known color: Crimson. HEX triplet: E4, 13 and 28. RGB value is (228,19,40). Sum of RGB (Red+Green+Blue) = 228+19+40=287 (38% of max value = 765). Red value is 228 (89.45% from 255 or 79.44% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 228 - color contains mainly: red. Hex color #E41328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41328 is #1BECD7. Grayscale: #545454. Windows color (decimal): -1830104 or 2626532. OLE color: 2626532.
HSL color Cylindrical-coordinate representation of color #E41328: hue angle of 353.97º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E41328 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 19 | 40 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.11 |
| HSL | 353.97º | 0.85% | 0.48% | - |
| HSV(B) | 353.97º | 0.92% | 0.89% | - |
| XYZ | 32.61 | 17.11 | 3.59 | - |
| YUV | 83.89 | 103.24 | 230.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 19 | 40 | 0 | 0.92 | 0.82 | 0.11 | 353.97 | 0.85 | 0.48 |
| Hex | E4 | 13 | 28 | 0 | 5C | 52 | B | 162 | 55 | 30 |
| Octal | 344 | 23 | 50 | 0 | 134 | 122 | 13 | 542 | 125 | 60 |
| Binary | 11100100 | 10011 | 101000 | 0 | 1011100 | 1010010 | 1011 | 101100010 | 1010101 | 110000 |
Color Harmonies of #E41328
Complementary color
Monochromatic Colors of #E41328
Black with #E41328
Text Example
Text Example
White with #E41328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41328; }
p { color: rgb(228,19,40); }
H1.HeaderClassName
{
color: #E41328;
}
.AnyTagClassName
{
color: #E41328;
}
</style>
background-color css
<style>
a { background-color: #E41328; }
a { background-color: rgb(228,19,40); }
div.DivClassName
{
background-color: #E41328;
}
.BgClassName
{
background-color: #E41328;
}
</style>
border-color css
<style>
span { border-color: #E41328; }
span { border-color: rgb(228,19,40); }
td.TdClassName
{
border-color: #E41328;
}
.TagClassName
{
border-color: #E41328;
}
</style>