Shades of Crimson #E41F41
Tints of Crimson #E41F41
RGB
CMYK
RGB Variations
Color information
#E41F41 (or 0xE41F41) is known color: Crimson. HEX triplet: E4, 1F and 41. RGB value is (228,31,65). Sum of RGB (Red+Green+Blue) = 228+31+65=324 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.37% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 228 - color contains mainly: red. Hex color #E41F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E41F41 is #1BE0BE. Grayscale: #5D5D5D. Windows color (decimal): -1827007 or 4268004. OLE color: 4268004.
HSL color Cylindrical-coordinate representation of color #E41F41: hue angle of 349.64º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E41F41 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 31 | 65 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.11 |
| HSL | 349.64º | 0.78% | 0.51% | - |
| HSV(B) | 349.64º | 0.86% | 0.89% | - |
| XYZ | 33.44 | 17.86 | 6.69 | - |
| YUV | 93.78 | 111.77 | 223.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 31 | 65 | 0 | 0.86 | 0.71 | 0.11 | 349.64 | 0.78 | 0.51 |
| Hex | E4 | 1F | 41 | 0 | 56 | 47 | B | 15E | 4E | 33 |
| Octal | 344 | 37 | 101 | 0 | 126 | 107 | 13 | 536 | 116 | 63 |
| Binary | 11100100 | 11111 | 1000001 | 0 | 1010110 | 1000111 | 1011 | 101011110 | 1001110 | 110011 |
Color Harmonies of #E41F41
Complementary color
Monochromatic Colors of #E41F41
Black with #E41F41
Text Example
Text Example
White with #E41F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41F41; }
p { color: rgb(228,31,65); }
H1.HeaderClassName
{
color: #E41F41;
}
.AnyTagClassName
{
color: #E41F41;
}
</style>
background-color css
<style>
a { background-color: #E41F41; }
a { background-color: rgb(228,31,65); }
div.DivClassName
{
background-color: #E41F41;
}
.BgClassName
{
background-color: #E41F41;
}
</style>
border-color css
<style>
span { border-color: #E41F41; }
span { border-color: rgb(228,31,65); }
td.TdClassName
{
border-color: #E41F41;
}
.TagClassName
{
border-color: #E41F41;
}
</style>