Shades of Crimson #E10038
Tints of Crimson #E10038
RGB
CMYK
RGB Variations
Color information
#E10038 (or 0xE10038) is known color: Crimson. HEX triplet: E1, 00 and 38. RGB value is (225,0,56). Sum of RGB (Red+Green+Blue) = 225+0+56=281 (37% of max value = 765). Red value is 225 (88.28% from 255 or 80.07% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 225 - color contains mainly: red. Hex color #E10038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10038 is #1EFFC7. Grayscale: #494949. Windows color (decimal): -2031560 or 3670241. OLE color: 3670241.
HSL color Cylindrical-coordinate representation of color #E10038: hue angle of 345.07º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10038 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 56 | - |
| CMYK | 0 | 1 | 0.75 | 0.12 |
| HSL | 345.07º | 1% | 0.44% | - |
| HSV(B) | 345.07º | 1% | 0.88% | - |
| XYZ | 31.77 | 16.29 | 5.21 | - |
| YUV | 73.66 | 118.04 | 235.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 56 | 0 | 1 | 0.75 | 0.12 | 345.07 | 1 | 0.44 |
| Hex | E1 | 0 | 38 | 0 | 64 | 4B | C | 159 | 64 | 2C |
| Octal | 341 | 0 | 70 | 0 | 144 | 113 | 14 | 531 | 144 | 54 |
| Binary | 11100001 | 0 | 111000 | 0 | 1100100 | 1001011 | 1100 | 101011001 | 1100100 | 101100 |
Color Harmonies of #E10038
Complementary color
Monochromatic Colors of #E10038
Black with #E10038
Text Example
Text Example
White with #E10038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10038; }
p { color: rgb(225,0,56); }
H1.HeaderClassName
{
color: #E10038;
}
.AnyTagClassName
{
color: #E10038;
}
</style>
background-color css
<style>
a { background-color: #E10038; }
a { background-color: rgb(225,0,56); }
div.DivClassName
{
background-color: #E10038;
}
.BgClassName
{
background-color: #E10038;
}
</style>
border-color css
<style>
span { border-color: #E10038; }
span { border-color: rgb(225,0,56); }
td.TdClassName
{
border-color: #E10038;
}
.TagClassName
{
border-color: #E10038;
}
</style>