Shades of Crimson #E51C41
Tints of Crimson #E51C41
RGB
CMYK
RGB Variations
Color information
#E51C41 (or 0xE51C41) is known color: Crimson. HEX triplet: E5, 1C and 41. RGB value is (229,28,65). Sum of RGB (Red+Green+Blue) = 229+28+65=322 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.12% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 229 - color contains mainly: red. Hex color #E51C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E51C41 is #1AE3BE. Grayscale: #5C5C5C. Windows color (decimal): -1762239 or 4267237. OLE color: 4267237.
HSL color Cylindrical-coordinate representation of color #E51C41: hue angle of 348.96º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E51C41 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 28 | 65 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.10 |
| HSL | 348.96º | 0.79% | 0.5% | - |
| HSV(B) | 348.96º | 0.88% | 0.9% | - |
| XYZ | 33.68 | 17.87 | 6.68 | - |
| YUV | 92.32 | 112.59 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 65 | 0 | 0.88 | 0.72 | 0.10 | 348.96 | 0.79 | 0.5 |
| Hex | E5 | 1C | 41 | 0 | 58 | 48 | A | 15D | 4F | 32 |
| Octal | 345 | 34 | 101 | 0 | 130 | 110 | 12 | 535 | 117 | 62 |
| Binary | 11100101 | 11100 | 1000001 | 0 | 1011000 | 1001000 | 1010 | 101011101 | 1001111 | 110010 |
Color Harmonies of #E51C41
Complementary color
Monochromatic Colors of #E51C41
Black with #E51C41
Text Example
Text Example
White with #E51C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51C41; }
p { color: rgb(229,28,65); }
H1.HeaderClassName
{
color: #E51C41;
}
.AnyTagClassName
{
color: #E51C41;
}
</style>
background-color css
<style>
a { background-color: #E51C41; }
a { background-color: rgb(229,28,65); }
div.DivClassName
{
background-color: #E51C41;
}
.BgClassName
{
background-color: #E51C41;
}
</style>
border-color css
<style>
span { border-color: #E51C41; }
span { border-color: rgb(229,28,65); }
td.TdClassName
{
border-color: #E51C41;
}
.TagClassName
{
border-color: #E51C41;
}
</style>