Shades of Crimson #E40F32
Tints of Crimson #E40F32
RGB
CMYK
RGB Variations
Color information
#E40F32 (or 0xE40F32) is known color: Crimson. HEX triplet: E4, 0F and 32. RGB value is (228,15,50). Sum of RGB (Red+Green+Blue) = 228+15+50=293 (38% of max value = 765). Red value is 228 (89.45% from 255 or 77.82% from 293); Green value is 15 (6.25% from 255 or 5.12% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 228 - color contains mainly: red. Hex color #E40F32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40F32 is #1BF0CD. Grayscale: #525252. Windows color (decimal): -1831118 or 3280868. OLE color: 3280868.
HSL color Cylindrical-coordinate representation of color #E40F32: hue angle of 350.14º 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 #E40F32 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 15 | 50 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.11 |
| HSL | 350.14º | 0.88% | 0.48% | - |
| HSV(B) | 350.14º | 0.93% | 0.89% | - |
| XYZ | 32.74 | 17.07 | 4.59 | - |
| YUV | 82.68 | 109.57 | 231.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 15 | 50 | 0 | 0.93 | 0.78 | 0.11 | 350.14 | 0.88 | 0.48 |
| Hex | E4 | F | 32 | 0 | 5D | 4E | B | 15E | 58 | 30 |
| Octal | 344 | 17 | 62 | 0 | 135 | 116 | 13 | 536 | 130 | 60 |
| Binary | 11100100 | 1111 | 110010 | 0 | 1011101 | 1001110 | 1011 | 101011110 | 1011000 | 110000 |
Color Harmonies of #E40F32
Complementary color
Monochromatic Colors of #E40F32
Black with #E40F32
Text Example
Text Example
White with #E40F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40F32; }
p { color: rgb(228,15,50); }
H1.HeaderClassName
{
color: #E40F32;
}
.AnyTagClassName
{
color: #E40F32;
}
</style>
background-color css
<style>
a { background-color: #E40F32; }
a { background-color: rgb(228,15,50); }
div.DivClassName
{
background-color: #E40F32;
}
.BgClassName
{
background-color: #E40F32;
}
</style>
border-color css
<style>
span { border-color: #E40F32; }
span { border-color: rgb(228,15,50); }
td.TdClassName
{
border-color: #E40F32;
}
.TagClassName
{
border-color: #E40F32;
}
</style>