Shades of Crimson #E40F28
Tints of Crimson #E40F28
RGB
CMYK
RGB Variations
Color information
#E40F28 (or 0xE40F28) is known color: Crimson. HEX triplet: E4, 0F and 28. RGB value is (228,15,40). Sum of RGB (Red+Green+Blue) = 228+15+40=283 (37% of max value = 765). Red value is 228 (89.45% from 255 or 80.57% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 228 - color contains mainly: red. Hex color #E40F28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40F28 is #1BF0D7. Grayscale: #515151. Windows color (decimal): -1831128 or 2625508. OLE color: 2625508.
HSL color Cylindrical-coordinate representation of color #E40F28: hue angle of 352.96º 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 #E40F28 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 15 | 40 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.11 |
| HSL | 352.96º | 0.88% | 0.48% | - |
| HSV(B) | 352.96º | 0.93% | 0.89% | - |
| XYZ | 32.55 | 16.99 | 3.57 | - |
| YUV | 81.54 | 104.57 | 232.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 15 | 40 | 0 | 0.93 | 0.82 | 0.11 | 352.96 | 0.88 | 0.48 |
| Hex | E4 | F | 28 | 0 | 5D | 52 | B | 161 | 58 | 30 |
| Octal | 344 | 17 | 50 | 0 | 135 | 122 | 13 | 541 | 130 | 60 |
| Binary | 11100100 | 1111 | 101000 | 0 | 1011101 | 1010010 | 1011 | 101100001 | 1011000 | 110000 |
Color Harmonies of #E40F28
Complementary color
Monochromatic Colors of #E40F28
Black with #E40F28
Text Example
Text Example
White with #E40F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40F28; }
p { color: rgb(228,15,40); }
H1.HeaderClassName
{
color: #E40F28;
}
.AnyTagClassName
{
color: #E40F28;
}
</style>
background-color css
<style>
a { background-color: #E40F28; }
a { background-color: rgb(228,15,40); }
div.DivClassName
{
background-color: #E40F28;
}
.BgClassName
{
background-color: #E40F28;
}
</style>
border-color css
<style>
span { border-color: #E40F28; }
span { border-color: rgb(228,15,40); }
td.TdClassName
{
border-color: #E40F28;
}
.TagClassName
{
border-color: #E40F28;
}
</style>