Shades of Crimson #E40F35
Tints of Crimson #E40F35
RGB
CMYK
RGB Variations
Color information
#E40F35 (or 0xE40F35) is known color: Crimson. HEX triplet: E4, 0F and 35. RGB value is (228,15,53). Sum of RGB (Red+Green+Blue) = 228+15+53=296 (39% of max value = 765). Red value is 228 (89.45% from 255 or 77.03% from 296); Green value is 15 (6.25% from 255 or 5.07% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 228 - color contains mainly: red. Hex color #E40F35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40F35 is #1BF0CA. Grayscale: #535353. Windows color (decimal): -1831115 or 3477476. OLE color: 3477476.
HSL color Cylindrical-coordinate representation of color #E40F35: hue angle of 349.3º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E40F35 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 15 | 53 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.11 |
| HSL | 349.3º | 0.88% | 0.48% | - |
| HSV(B) | 349.3º | 0.93% | 0.89% | - |
| XYZ | 32.81 | 17.09 | 4.94 | - |
| YUV | 83.02 | 111.07 | 231.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 15 | 53 | 0 | 0.93 | 0.77 | 0.11 | 349.3 | 0.88 | 0.48 |
| Hex | E4 | F | 35 | 0 | 5D | 4D | B | 15D | 58 | 30 |
| Octal | 344 | 17 | 65 | 0 | 135 | 115 | 13 | 535 | 130 | 60 |
| Binary | 11100100 | 1111 | 110101 | 0 | 1011101 | 1001101 | 1011 | 101011101 | 1011000 | 110000 |
Color Harmonies of #E40F35
Complementary color
Monochromatic Colors of #E40F35
Black with #E40F35
Text Example
Text Example
White with #E40F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40F35; }
p { color: rgb(228,15,53); }
H1.HeaderClassName
{
color: #E40F35;
}
.AnyTagClassName
{
color: #E40F35;
}
</style>
background-color css
<style>
a { background-color: #E40F35; }
a { background-color: rgb(228,15,53); }
div.DivClassName
{
background-color: #E40F35;
}
.BgClassName
{
background-color: #E40F35;
}
</style>
border-color css
<style>
span { border-color: #E40F35; }
span { border-color: rgb(228,15,53); }
td.TdClassName
{
border-color: #E40F35;
}
.TagClassName
{
border-color: #E40F35;
}
</style>