Shades of Crimson #E10F2B
Tints of Crimson #E10F2B
RGB
CMYK
RGB Variations
Color information
#E10F2B (or 0xE10F2B) is known color: Crimson. HEX triplet: E1, 0F and 2B. RGB value is (225,15,43). Sum of RGB (Red+Green+Blue) = 225+15+43=283 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.51% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10F2B is #1EF0D4. Grayscale: #515151. Windows color (decimal): -2027733 or 2822113. OLE color: 2822113.
HSL color Cylindrical-coordinate representation of color #E10F2B: hue angle of 352º 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 #E10F2B is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 15 | 43 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.12 |
| HSL | 352º | 0.88% | 0.47% | - |
| HSV(B) | 352º | 0.93% | 0.88% | - |
| XYZ | 31.66 | 16.52 | 3.81 | - |
| YUV | 80.98 | 106.57 | 230.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 43 | 0 | 0.93 | 0.81 | 0.12 | 352 | 0.88 | 0.47 |
| Hex | E1 | F | 2B | 0 | 5D | 51 | C | 160 | 58 | 2F |
| Octal | 341 | 17 | 53 | 0 | 135 | 121 | 14 | 540 | 130 | 57 |
| Binary | 11100001 | 1111 | 101011 | 0 | 1011101 | 1010001 | 1100 | 101100000 | 1011000 | 101111 |
Color Harmonies of #E10F2B
Complementary color
Monochromatic Colors of #E10F2B
Black with #E10F2B
Text Example
Text Example
White with #E10F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10F2B; }
p { color: rgb(225,15,43); }
H1.HeaderClassName
{
color: #E10F2B;
}
.AnyTagClassName
{
color: #E10F2B;
}
</style>
background-color css
<style>
a { background-color: #E10F2B; }
a { background-color: rgb(225,15,43); }
div.DivClassName
{
background-color: #E10F2B;
}
.BgClassName
{
background-color: #E10F2B;
}
</style>
border-color css
<style>
span { border-color: #E10F2B; }
span { border-color: rgb(225,15,43); }
td.TdClassName
{
border-color: #E10F2B;
}
.TagClassName
{
border-color: #E10F2B;
}
</style>