Shades of Crimson #E40726
Tints of Crimson #E40726
RGB
CMYK
RGB Variations
Color information
#E40726 (or 0xE40726) is known color: Crimson. HEX triplet: E4, 07 and 26. RGB value is (228,7,38). Sum of RGB (Red+Green+Blue) = 228+7+38=273 (36% of max value = 765). Red value is 228 (89.45% from 255 or 83.52% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 228 - color contains mainly: red. Hex color #E40726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40726 is #1BF8D9. Grayscale: #4C4C4C. Windows color (decimal): -1833178 or 2492388. OLE color: 2492388.
HSL color Cylindrical-coordinate representation of color #E40726: hue angle of 351.58º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E40726 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 38 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.11 |
| HSL | 351.58º | 0.94% | 0.46% | - |
| HSV(B) | 351.58º | 0.97% | 0.89% | - |
| XYZ | 32.42 | 16.79 | 3.36 | - |
| YUV | 76.61 | 106.22 | 235.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 38 | 0 | 0.97 | 0.83 | 0.11 | 351.58 | 0.94 | 0.46 |
| Hex | E4 | 7 | 26 | 0 | 61 | 53 | B | 160 | 5E | 2E |
| Octal | 344 | 7 | 46 | 0 | 141 | 123 | 13 | 540 | 136 | 56 |
| Binary | 11100100 | 111 | 100110 | 0 | 1100001 | 1010011 | 1011 | 101100000 | 1011110 | 101110 |
Color Harmonies of #E40726
Complementary color
Monochromatic Colors of #E40726
Black with #E40726
Text Example
Text Example
White with #E40726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40726; }
p { color: rgb(228,7,38); }
H1.HeaderClassName
{
color: #E40726;
}
.AnyTagClassName
{
color: #E40726;
}
</style>
background-color css
<style>
a { background-color: #E40726; }
a { background-color: rgb(228,7,38); }
div.DivClassName
{
background-color: #E40726;
}
.BgClassName
{
background-color: #E40726;
}
</style>
border-color css
<style>
span { border-color: #E40726; }
span { border-color: rgb(228,7,38); }
td.TdClassName
{
border-color: #E40726;
}
.TagClassName
{
border-color: #E40726;
}
</style>