Shades of Scarlet #E42707
Tints of Scarlet #E42707
RGB
CMYK
RGB Variations
Color information
#E42707 (or 0xE42707) is known color: Scarlet. HEX triplet: E4, 27 and 07. RGB value is (228,39,7). Sum of RGB (Red+Green+Blue) = 228+39+7=274 (36% of max value = 765). Red value is 228 (89.45% from 255 or 83.21% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 7 (3.12% from 255 or 2.55% from 274); Max value from RGB is 228 - color contains mainly: red. Hex color #E42707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42707 is #1BD8F8. Grayscale: #5C5C5C. Windows color (decimal): -1825017 or 468964. OLE color: 468964.
HSL color Cylindrical-coordinate representation of color #E42707: hue angle of 8.69º 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 #E42707 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 39 | 7 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.11 |
| HSL | 8.69º | 0.94% | 0.46% | - |
| HSV(B) | 8.69º | 0.97% | 0.89% | - |
| XYZ | 32.76 | 17.96 | 1.94 | - |
| YUV | 91.86 | 80.12 | 225.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 39 | 7 | 0 | 0.83 | 0.97 | 0.11 | 8.69 | 0.94 | 0.46 |
| Hex | E4 | 27 | 7 | 0 | 53 | 61 | B | 9 | 5E | 2E |
| Octal | 344 | 47 | 7 | 0 | 123 | 141 | 13 | 11 | 136 | 56 |
| Binary | 11100100 | 100111 | 111 | 0 | 1010011 | 1100001 | 1011 | 1001 | 1011110 | 101110 |
Color Harmonies of #E42707
Complementary color
Monochromatic Colors of #E42707
Black with #E42707
Text Example
Text Example
White with #E42707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42707; }
p { color: rgb(228,39,7); }
H1.HeaderClassName
{
color: #E42707;
}
.AnyTagClassName
{
color: #E42707;
}
</style>
background-color css
<style>
a { background-color: #E42707; }
a { background-color: rgb(228,39,7); }
div.DivClassName
{
background-color: #E42707;
}
.BgClassName
{
background-color: #E42707;
}
</style>
border-color css
<style>
span { border-color: #E42707; }
span { border-color: rgb(228,39,7); }
td.TdClassName
{
border-color: #E42707;
}
.TagClassName
{
border-color: #E42707;
}
</style>