Shades of Crimson #E41B40
Tints of Crimson #E41B40
RGB
CMYK
RGB Variations
Color information
#E41B40 (or 0xE41B40) is known color: Crimson. HEX triplet: E4, 1B and 40. RGB value is (228,27,64). Sum of RGB (Red+Green+Blue) = 228+27+64=319 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.47% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 228 - color contains mainly: red. Hex color #E41B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E41B40 is #1BE4BF. Grayscale: #5B5B5B. Windows color (decimal): -1828032 or 4201444. OLE color: 4201444.
HSL color Cylindrical-coordinate representation of color #E41B40: hue angle of 348.96º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E41B40 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 27 | 64 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.11 |
| HSL | 348.96º | 0.79% | 0.5% | - |
| HSV(B) | 348.96º | 0.88% | 0.89% | - |
| XYZ | 33.31 | 17.65 | 6.5 | - |
| YUV | 91.32 | 112.59 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 27 | 64 | 0 | 0.88 | 0.72 | 0.11 | 348.96 | 0.79 | 0.5 |
| Hex | E4 | 1B | 40 | 0 | 58 | 48 | B | 15D | 4F | 32 |
| Octal | 344 | 33 | 100 | 0 | 130 | 110 | 13 | 535 | 117 | 62 |
| Binary | 11100100 | 11011 | 1000000 | 0 | 1011000 | 1001000 | 1011 | 101011101 | 1001111 | 110010 |
Color Harmonies of #E41B40
Complementary color
Monochromatic Colors of #E41B40
Black with #E41B40
Text Example
Text Example
White with #E41B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41B40; }
p { color: rgb(228,27,64); }
H1.HeaderClassName
{
color: #E41B40;
}
.AnyTagClassName
{
color: #E41B40;
}
</style>
background-color css
<style>
a { background-color: #E41B40; }
a { background-color: rgb(228,27,64); }
div.DivClassName
{
background-color: #E41B40;
}
.BgClassName
{
background-color: #E41B40;
}
</style>
border-color css
<style>
span { border-color: #E41B40; }
span { border-color: rgb(228,27,64); }
td.TdClassName
{
border-color: #E41B40;
}
.TagClassName
{
border-color: #E41B40;
}
</style>