Shades of Crimson #E10F44
Tints of Crimson #E10F44
RGB
CMYK
RGB Variations
Color information
#E10F44 (or 0xE10F44) is known color: Crimson. HEX triplet: E1, 0F and 44. RGB value is (225,15,68). Sum of RGB (Red+Green+Blue) = 225+15+68=308 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.05% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10F44 is #1EF0BB. Grayscale: #535353. Windows color (decimal): -2027708 or 4460513. OLE color: 4460513.
HSL color Cylindrical-coordinate representation of color #E10F44: hue angle of 344.86º 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 #E10F44 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 15 | 68 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.12 |
| HSL | 344.86º | 0.88% | 0.47% | - |
| HSV(B) | 344.86º | 0.93% | 0.88% | - |
| XYZ | 32.27 | 16.77 | 7 | - |
| YUV | 83.83 | 119.07 | 228.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 68 | 0 | 0.93 | 0.70 | 0.12 | 344.86 | 0.88 | 0.47 |
| Hex | E1 | F | 44 | 0 | 5D | 46 | C | 159 | 58 | 2F |
| Octal | 341 | 17 | 104 | 0 | 135 | 106 | 14 | 531 | 130 | 57 |
| Binary | 11100001 | 1111 | 1000100 | 0 | 1011101 | 1000110 | 1100 | 101011001 | 1011000 | 101111 |
Color Harmonies of #E10F44
Complementary color
Monochromatic Colors of #E10F44
Black with #E10F44
Text Example
Text Example
White with #E10F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10F44; }
p { color: rgb(225,15,68); }
H1.HeaderClassName
{
color: #E10F44;
}
.AnyTagClassName
{
color: #E10F44;
}
</style>
background-color css
<style>
a { background-color: #E10F44; }
a { background-color: rgb(225,15,68); }
div.DivClassName
{
background-color: #E10F44;
}
.BgClassName
{
background-color: #E10F44;
}
</style>
border-color css
<style>
span { border-color: #E10F44; }
span { border-color: rgb(225,15,68); }
td.TdClassName
{
border-color: #E10F44;
}
.TagClassName
{
border-color: #E10F44;
}
</style>