Shades of Crimson #E40732
Tints of Crimson #E40732
RGB
CMYK
RGB Variations
Color information
#E40732 (or 0xE40732) is known color: Crimson. HEX triplet: E4, 07 and 32. RGB value is (228,7,50). Sum of RGB (Red+Green+Blue) = 228+7+50=285 (37% of max value = 765). Red value is 228 (89.45% from 255 or 80% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 228 - color contains mainly: red. Hex color #E40732 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40732 is #1BF8CD. Grayscale: #4E4E4E. Windows color (decimal): -1833166 or 3278820. OLE color: 3278820.
HSL color Cylindrical-coordinate representation of color #E40732: hue angle of 348.33º 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 #E40732 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 50 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.11 |
| HSL | 348.33º | 0.94% | 0.46% | - |
| HSV(B) | 348.33º | 0.97% | 0.89% | - |
| XYZ | 32.65 | 16.88 | 4.55 | - |
| YUV | 77.98 | 112.22 | 235 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 50 | 0 | 0.97 | 0.78 | 0.11 | 348.33 | 0.94 | 0.46 |
| Hex | E4 | 7 | 32 | 0 | 61 | 4E | B | 15C | 5E | 2E |
| Octal | 344 | 7 | 62 | 0 | 141 | 116 | 13 | 534 | 136 | 56 |
| Binary | 11100100 | 111 | 110010 | 0 | 1100001 | 1001110 | 1011 | 101011100 | 1011110 | 101110 |
Color Harmonies of #E40732
Complementary color
Monochromatic Colors of #E40732
Black with #E40732
Text Example
Text Example
White with #E40732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40732; }
p { color: rgb(228,7,50); }
H1.HeaderClassName
{
color: #E40732;
}
.AnyTagClassName
{
color: #E40732;
}
</style>
background-color css
<style>
a { background-color: #E40732; }
a { background-color: rgb(228,7,50); }
div.DivClassName
{
background-color: #E40732;
}
.BgClassName
{
background-color: #E40732;
}
</style>
border-color css
<style>
span { border-color: #E40732; }
span { border-color: rgb(228,7,50); }
td.TdClassName
{
border-color: #E40732;
}
.TagClassName
{
border-color: #E40732;
}
</style>