Shades of Crimson #E10F29
Tints of Crimson #E10F29
RGB
CMYK
RGB Variations
Color information
#E10F29 (or 0xE10F29) is known color: Crimson. HEX triplet: E1, 0F and 29. RGB value is (225,15,41). Sum of RGB (Red+Green+Blue) = 225+15+41=281 (37% of max value = 765). Red value is 225 (88.28% from 255 or 80.07% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10F29 is #1EF0D6. Grayscale: #505050. Windows color (decimal): -2027735 or 2691041. OLE color: 2691041.
HSL color Cylindrical-coordinate representation of color #E10F29: hue angle of 352.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E10F29 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 15 | 41 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.12 |
| HSL | 352.57º | 0.88% | 0.47% | - |
| HSV(B) | 352.57º | 0.93% | 0.88% | - |
| XYZ | 31.62 | 16.51 | 3.62 | - |
| YUV | 80.75 | 105.57 | 230.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 41 | 0 | 0.93 | 0.82 | 0.12 | 352.57 | 0.88 | 0.47 |
| Hex | E1 | F | 29 | 0 | 5D | 52 | C | 161 | 58 | 2F |
| Octal | 341 | 17 | 51 | 0 | 135 | 122 | 14 | 541 | 130 | 57 |
| Binary | 11100001 | 1111 | 101001 | 0 | 1011101 | 1010010 | 1100 | 101100001 | 1011000 | 101111 |
Color Harmonies of #E10F29
Complementary color
Monochromatic Colors of #E10F29
Black with #E10F29
Text Example
Text Example
White with #E10F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10F29; }
p { color: rgb(225,15,41); }
H1.HeaderClassName
{
color: #E10F29;
}
.AnyTagClassName
{
color: #E10F29;
}
</style>
background-color css
<style>
a { background-color: #E10F29; }
a { background-color: rgb(225,15,41); }
div.DivClassName
{
background-color: #E10F29;
}
.BgClassName
{
background-color: #E10F29;
}
</style>
border-color css
<style>
span { border-color: #E10F29; }
span { border-color: rgb(225,15,41); }
td.TdClassName
{
border-color: #E10F29;
}
.TagClassName
{
border-color: #E10F29;
}
</style>