Shades of Crimson #E40F2D
Tints of Crimson #E40F2D
RGB
CMYK
RGB Variations
Color information
#E40F2D (or 0xE40F2D) is known color: Crimson. HEX triplet: E4, 0F and 2D. RGB value is (228,15,45). Sum of RGB (Red+Green+Blue) = 228+15+45=288 (38% of max value = 765). Red value is 228 (89.45% from 255 or 79.17% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 228 - color contains mainly: red. Hex color #E40F2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40F2D is #1BF0D2. Grayscale: #525252. Windows color (decimal): -1831123 or 2953188. OLE color: 2953188.
HSL color Cylindrical-coordinate representation of color #E40F2D: hue angle of 351.55º 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 #E40F2D is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 15 | 45 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.11 |
| HSL | 351.55º | 0.88% | 0.48% | - |
| HSV(B) | 351.55º | 0.93% | 0.89% | - |
| XYZ | 32.64 | 17.03 | 4.05 | - |
| YUV | 82.11 | 107.07 | 232.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 15 | 45 | 0 | 0.93 | 0.80 | 0.11 | 351.55 | 0.88 | 0.48 |
| Hex | E4 | F | 2D | 0 | 5D | 50 | B | 160 | 58 | 30 |
| Octal | 344 | 17 | 55 | 0 | 135 | 120 | 13 | 540 | 130 | 60 |
| Binary | 11100100 | 1111 | 101101 | 0 | 1011101 | 1010000 | 1011 | 101100000 | 1011000 | 110000 |
Color Harmonies of #E40F2D
Complementary color
Monochromatic Colors of #E40F2D
Black with #E40F2D
Text Example
Text Example
White with #E40F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40F2D; }
p { color: rgb(228,15,45); }
H1.HeaderClassName
{
color: #E40F2D;
}
.AnyTagClassName
{
color: #E40F2D;
}
</style>
background-color css
<style>
a { background-color: #E40F2D; }
a { background-color: rgb(228,15,45); }
div.DivClassName
{
background-color: #E40F2D;
}
.BgClassName
{
background-color: #E40F2D;
}
</style>
border-color css
<style>
span { border-color: #E40F2D; }
span { border-color: rgb(228,15,45); }
td.TdClassName
{
border-color: #E40F2D;
}
.TagClassName
{
border-color: #E40F2D;
}
</style>