Shades of Crimson #E10538
Tints of Crimson #E10538
RGB
CMYK
RGB Variations
Color information
#E10538 (or 0xE10538) is known color: Crimson. HEX triplet: E1, 05 and 38. RGB value is (225,5,56). Sum of RGB (Red+Green+Blue) = 225+5+56=286 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.67% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 56 (22.27% from 255 or 19.58% from 286); Max value from RGB is 225 - color contains mainly: red. Hex color #E10538 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10538 is #1EFAC7. Grayscale: #4C4C4C. Windows color (decimal): -2030280 or 3671521. OLE color: 3671521.
HSL color Cylindrical-coordinate representation of color #E10538: hue angle of 346.09º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E10538 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 5 | 56 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.12 |
| HSL | 346.09º | 0.96% | 0.45% | - |
| HSV(B) | 346.09º | 0.98% | 0.88% | - |
| XYZ | 31.82 | 16.4 | 5.23 | - |
| YUV | 76.59 | 116.39 | 233.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 56 | 0 | 0.98 | 0.75 | 0.12 | 346.09 | 0.96 | 0.45 |
| Hex | E1 | 5 | 38 | 0 | 62 | 4B | C | 15A | 60 | 2D |
| Octal | 341 | 5 | 70 | 0 | 142 | 113 | 14 | 532 | 140 | 55 |
| Binary | 11100001 | 101 | 111000 | 0 | 1100010 | 1001011 | 1100 | 101011010 | 1100000 | 101101 |
Color Harmonies of #E10538
Complementary color
Monochromatic Colors of #E10538
Black with #E10538
Text Example
Text Example
White with #E10538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10538; }
p { color: rgb(225,5,56); }
H1.HeaderClassName
{
color: #E10538;
}
.AnyTagClassName
{
color: #E10538;
}
</style>
background-color css
<style>
a { background-color: #E10538; }
a { background-color: rgb(225,5,56); }
div.DivClassName
{
background-color: #E10538;
}
.BgClassName
{
background-color: #E10538;
}
</style>
border-color css
<style>
span { border-color: #E10538; }
span { border-color: rgb(225,5,56); }
td.TdClassName
{
border-color: #E10538;
}
.TagClassName
{
border-color: #E10538;
}
</style>