Shades of Crimson #E41334
Tints of Crimson #E41334
RGB
CMYK
RGB Variations
Color information
#E41334 (or 0xE41334) is known color: Crimson. HEX triplet: E4, 13 and 34. RGB value is (228,19,52). Sum of RGB (Red+Green+Blue) = 228+19+52=299 (39% of max value = 765). Red value is 228 (89.45% from 255 or 76.25% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 228 - color contains mainly: red. Hex color #E41334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41334 is #1BECCB. Grayscale: #555555. Windows color (decimal): -1830092 or 3412964. OLE color: 3412964.
HSL color Cylindrical-coordinate representation of color #E41334: hue angle of 350.53º 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 #E41334 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 19 | 52 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.11 |
| HSL | 350.53º | 0.85% | 0.48% | - |
| HSV(B) | 350.53º | 0.92% | 0.89% | - |
| XYZ | 32.85 | 17.21 | 4.84 | - |
| YUV | 85.25 | 109.24 | 229.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 19 | 52 | 0 | 0.92 | 0.77 | 0.11 | 350.53 | 0.85 | 0.48 |
| Hex | E4 | 13 | 34 | 0 | 5C | 4D | B | 15F | 55 | 30 |
| Octal | 344 | 23 | 64 | 0 | 134 | 115 | 13 | 537 | 125 | 60 |
| Binary | 11100100 | 10011 | 110100 | 0 | 1011100 | 1001101 | 1011 | 101011111 | 1010101 | 110000 |
Color Harmonies of #E41334
Complementary color
Monochromatic Colors of #E41334
Black with #E41334
Text Example
Text Example
White with #E41334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41334; }
p { color: rgb(228,19,52); }
H1.HeaderClassName
{
color: #E41334;
}
.AnyTagClassName
{
color: #E41334;
}
</style>
background-color css
<style>
a { background-color: #E41334; }
a { background-color: rgb(228,19,52); }
div.DivClassName
{
background-color: #E41334;
}
.BgClassName
{
background-color: #E41334;
}
</style>
border-color css
<style>
span { border-color: #E41334; }
span { border-color: rgb(228,19,52); }
td.TdClassName
{
border-color: #E41334;
}
.TagClassName
{
border-color: #E41334;
}
</style>