Shades of Crimson #E4073C
Tints of Crimson #E4073C
RGB
CMYK
RGB Variations
Color information
#E4073C (or 0xE4073C) is known color: Crimson. HEX triplet: E4, 07 and 3C. RGB value is (228,7,60). Sum of RGB (Red+Green+Blue) = 228+7+60=295 (39% of max value = 765). Red value is 228 (89.45% from 255 or 77.29% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 228 - color contains mainly: red. Hex color #E4073C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4073C is #1BF8C3. Grayscale: #4F4F4F. Windows color (decimal): -1833156 or 3934180. OLE color: 3934180.
HSL color Cylindrical-coordinate representation of color #E4073C: hue angle of 345.61º 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 #E4073C is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 60 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.11 |
| HSL | 345.61º | 0.94% | 0.46% | - |
| HSV(B) | 345.61º | 0.97% | 0.89% | - |
| XYZ | 32.89 | 16.97 | 5.82 | - |
| YUV | 79.12 | 117.22 | 234.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 60 | 0 | 0.97 | 0.74 | 0.11 | 345.61 | 0.94 | 0.46 |
| Hex | E4 | 7 | 3C | 0 | 61 | 4A | B | 15A | 5E | 2E |
| Octal | 344 | 7 | 74 | 0 | 141 | 112 | 13 | 532 | 136 | 56 |
| Binary | 11100100 | 111 | 111100 | 0 | 1100001 | 1001010 | 1011 | 101011010 | 1011110 | 101110 |
Color Harmonies of #E4073C
Complementary color
Monochromatic Colors of #E4073C
Black with #E4073C
Text Example
Text Example
White with #E4073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4073C; }
p { color: rgb(228,7,60); }
H1.HeaderClassName
{
color: #E4073C;
}
.AnyTagClassName
{
color: #E4073C;
}
</style>
background-color css
<style>
a { background-color: #E4073C; }
a { background-color: rgb(228,7,60); }
div.DivClassName
{
background-color: #E4073C;
}
.BgClassName
{
background-color: #E4073C;
}
</style>
border-color css
<style>
span { border-color: #E4073C; }
span { border-color: rgb(228,7,60); }
td.TdClassName
{
border-color: #E4073C;
}
.TagClassName
{
border-color: #E4073C;
}
</style>