Shades of Crimson #E51738
Tints of Crimson #E51738
RGB
CMYK
RGB Variations
Color information
#E51738 (or 0xE51738) is known color: Crimson. HEX triplet: E5, 17 and 38. RGB value is (229,23,56). Sum of RGB (Red+Green+Blue) = 229+23+56=308 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.35% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 229 - color contains mainly: red. Hex color #E51738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51738 is #1AE8C7. Grayscale: #585858. Windows color (decimal): -1763528 or 3676133. OLE color: 3676133.
HSL color Cylindrical-coordinate representation of color #E51738: hue angle of 350.39º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E51738 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 23 | 56 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.10 |
| HSL | 350.39º | 0.82% | 0.49% | - |
| HSV(B) | 350.39º | 0.9% | 0.9% | - |
| XYZ | 33.33 | 17.56 | 5.37 | - |
| YUV | 88.36 | 109.75 | 228.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 23 | 56 | 0 | 0.90 | 0.76 | 0.10 | 350.39 | 0.82 | 0.49 |
| Hex | E5 | 17 | 38 | 0 | 5A | 4C | A | 15E | 52 | 31 |
| Octal | 345 | 27 | 70 | 0 | 132 | 114 | 12 | 536 | 122 | 61 |
| Binary | 11100101 | 10111 | 111000 | 0 | 1011010 | 1001100 | 1010 | 101011110 | 1010010 | 110001 |
Color Harmonies of #E51738
Complementary color
Monochromatic Colors of #E51738
Black with #E51738
Text Example
Text Example
White with #E51738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51738; }
p { color: rgb(229,23,56); }
H1.HeaderClassName
{
color: #E51738;
}
.AnyTagClassName
{
color: #E51738;
}
</style>
background-color css
<style>
a { background-color: #E51738; }
a { background-color: rgb(229,23,56); }
div.DivClassName
{
background-color: #E51738;
}
.BgClassName
{
background-color: #E51738;
}
</style>
border-color css
<style>
span { border-color: #E51738; }
span { border-color: rgb(229,23,56); }
td.TdClassName
{
border-color: #E51738;
}
.TagClassName
{
border-color: #E51738;
}
</style>