Shades of Crimson #E10F3C
Tints of Crimson #E10F3C
RGB
CMYK
RGB Variations
Color information
#E10F3C (or 0xE10F3C) is known color: Crimson. HEX triplet: E1, 0F and 3C. RGB value is (225,15,60). Sum of RGB (Red+Green+Blue) = 225+15+60=300 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10F3C is #1EF0C3. Grayscale: #525252. Windows color (decimal): -2027716 or 3936225. OLE color: 3936225.
HSL color Cylindrical-coordinate representation of color #E10F3C: hue angle of 347.14º 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 #E10F3C is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 15 | 60 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.12 |
| HSL | 347.14º | 0.88% | 0.47% | - |
| HSV(B) | 347.14º | 0.93% | 0.88% | - |
| XYZ | 32.04 | 16.68 | 5.81 | - |
| YUV | 82.92 | 115.07 | 229.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 60 | 0 | 0.93 | 0.73 | 0.12 | 347.14 | 0.88 | 0.47 |
| Hex | E1 | F | 3C | 0 | 5D | 49 | C | 15B | 58 | 2F |
| Octal | 341 | 17 | 74 | 0 | 135 | 111 | 14 | 533 | 130 | 57 |
| Binary | 11100001 | 1111 | 111100 | 0 | 1011101 | 1001001 | 1100 | 101011011 | 1011000 | 101111 |
Color Harmonies of #E10F3C
Complementary color
Monochromatic Colors of #E10F3C
Black with #E10F3C
Text Example
Text Example
White with #E10F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10F3C; }
p { color: rgb(225,15,60); }
H1.HeaderClassName
{
color: #E10F3C;
}
.AnyTagClassName
{
color: #E10F3C;
}
</style>
background-color css
<style>
a { background-color: #E10F3C; }
a { background-color: rgb(225,15,60); }
div.DivClassName
{
background-color: #E10F3C;
}
.BgClassName
{
background-color: #E10F3C;
}
</style>
border-color css
<style>
span { border-color: #E10F3C; }
span { border-color: rgb(225,15,60); }
td.TdClassName
{
border-color: #E10F3C;
}
.TagClassName
{
border-color: #E10F3C;
}
</style>