Shades of Crimson #E10F4B
Tints of Crimson #E10F4B
RGB
CMYK
RGB Variations
Color information
#E10F4B (or 0xE10F4B) is known color: Crimson. HEX triplet: E1, 0F and 4B. RGB value is (225,15,75). Sum of RGB (Red+Green+Blue) = 225+15+75=315 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.43% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10F4B is #1EF0B4. Grayscale: #545454. Windows color (decimal): -2027701 or 4919265. OLE color: 4919265.
HSL color Cylindrical-coordinate representation of color #E10F4B: hue angle of 342.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 #E10F4B is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 15 | 75 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.12 |
| HSL | 342.86º | 0.88% | 0.47% | - |
| HSV(B) | 342.86º | 0.93% | 0.88% | - |
| XYZ | 32.49 | 16.86 | 8.2 | - |
| YUV | 84.63 | 122.57 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 75 | 0 | 0.93 | 0.67 | 0.12 | 342.86 | 0.88 | 0.47 |
| Hex | E1 | F | 4B | 0 | 5D | 43 | C | 157 | 58 | 2F |
| Octal | 341 | 17 | 113 | 0 | 135 | 103 | 14 | 527 | 130 | 57 |
| Binary | 11100001 | 1111 | 1001011 | 0 | 1011101 | 1000011 | 1100 | 101010111 | 1011000 | 101111 |
Color Harmonies of #E10F4B
Complementary color
Monochromatic Colors of #E10F4B
Black with #E10F4B
Text Example
Text Example
White with #E10F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10F4B; }
p { color: rgb(225,15,75); }
H1.HeaderClassName
{
color: #E10F4B;
}
.AnyTagClassName
{
color: #E10F4B;
}
</style>
background-color css
<style>
a { background-color: #E10F4B; }
a { background-color: rgb(225,15,75); }
div.DivClassName
{
background-color: #E10F4B;
}
.BgClassName
{
background-color: #E10F4B;
}
</style>
border-color css
<style>
span { border-color: #E10F4B; }
span { border-color: rgb(225,15,75); }
td.TdClassName
{
border-color: #E10F4B;
}
.TagClassName
{
border-color: #E10F4B;
}
</style>