Shades of Crimson #E4073A
Tints of Crimson #E4073A
RGB
CMYK
RGB Variations
Color information
#E4073A (or 0xE4073A) is known color: Crimson. HEX triplet: E4, 07 and 3A. RGB value is (228,7,58). Sum of RGB (Red+Green+Blue) = 228+7+58=293 (38% of max value = 765). Red value is 228 (89.45% from 255 or 77.82% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 228 - color contains mainly: red. Hex color #E4073A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4073A is #1BF8C5. Grayscale: #4E4E4E. Windows color (decimal): -1833158 or 3803108. OLE color: 3803108.
HSL color Cylindrical-coordinate representation of color #E4073A: hue angle of 346.15º 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 #E4073A is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 58 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.11 |
| HSL | 346.15º | 0.94% | 0.46% | - |
| HSV(B) | 346.15º | 0.97% | 0.89% | - |
| XYZ | 32.83 | 16.95 | 5.54 | - |
| YUV | 78.89 | 116.22 | 234.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 58 | 0 | 0.97 | 0.75 | 0.11 | 346.15 | 0.94 | 0.46 |
| Hex | E4 | 7 | 3A | 0 | 61 | 4B | B | 15A | 5E | 2E |
| Octal | 344 | 7 | 72 | 0 | 141 | 113 | 13 | 532 | 136 | 56 |
| Binary | 11100100 | 111 | 111010 | 0 | 1100001 | 1001011 | 1011 | 101011010 | 1011110 | 101110 |
Color Harmonies of #E4073A
Complementary color
Monochromatic Colors of #E4073A
Black with #E4073A
Text Example
Text Example
White with #E4073A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4073A; }
p { color: rgb(228,7,58); }
H1.HeaderClassName
{
color: #E4073A;
}
.AnyTagClassName
{
color: #E4073A;
}
</style>
background-color css
<style>
a { background-color: #E4073A; }
a { background-color: rgb(228,7,58); }
div.DivClassName
{
background-color: #E4073A;
}
.BgClassName
{
background-color: #E4073A;
}
</style>
border-color css
<style>
span { border-color: #E4073A; }
span { border-color: rgb(228,7,58); }
td.TdClassName
{
border-color: #E4073A;
}
.TagClassName
{
border-color: #E4073A;
}
</style>