Shades of Crimson #E4073E
Tints of Crimson #E4073E
RGB
CMYK
RGB Variations
Color information
#E4073E (or 0xE4073E) is known color: Crimson. HEX triplet: E4, 07 and 3E. RGB value is (228,7,62). Sum of RGB (Red+Green+Blue) = 228+7+62=297 (39% of max value = 765). Red value is 228 (89.45% from 255 or 76.77% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 228 - color contains mainly: red. Hex color #E4073E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4073E is #1BF8C1. Grayscale: #4F4F4F. Windows color (decimal): -1833154 or 4065252. OLE color: 4065252.
HSL color Cylindrical-coordinate representation of color #E4073E: hue angle of 345.07º 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 #E4073E is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 62 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.11 |
| HSL | 345.07º | 0.94% | 0.46% | - |
| HSV(B) | 345.07º | 0.97% | 0.89% | - |
| XYZ | 32.94 | 16.99 | 6.1 | - |
| YUV | 79.35 | 118.22 | 234.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 62 | 0 | 0.97 | 0.73 | 0.11 | 345.07 | 0.94 | 0.46 |
| Hex | E4 | 7 | 3E | 0 | 61 | 49 | B | 159 | 5E | 2E |
| Octal | 344 | 7 | 76 | 0 | 141 | 111 | 13 | 531 | 136 | 56 |
| Binary | 11100100 | 111 | 111110 | 0 | 1100001 | 1001001 | 1011 | 101011001 | 1011110 | 101110 |
Color Harmonies of #E4073E
Complementary color
Monochromatic Colors of #E4073E
Black with #E4073E
Text Example
Text Example
White with #E4073E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4073E; }
p { color: rgb(228,7,62); }
H1.HeaderClassName
{
color: #E4073E;
}
.AnyTagClassName
{
color: #E4073E;
}
</style>
background-color css
<style>
a { background-color: #E4073E; }
a { background-color: rgb(228,7,62); }
div.DivClassName
{
background-color: #E4073E;
}
.BgClassName
{
background-color: #E4073E;
}
</style>
border-color css
<style>
span { border-color: #E4073E; }
span { border-color: rgb(228,7,62); }
td.TdClassName
{
border-color: #E4073E;
}
.TagClassName
{
border-color: #E4073E;
}
</style>