Shades of Scarlet #E41F07
Tints of Scarlet #E41F07
RGB
CMYK
RGB Variations
Color information
#E41F07 (or 0xE41F07) is known color: Scarlet. HEX triplet: E4, 1F and 07. RGB value is (228,31,7). Sum of RGB (Red+Green+Blue) = 228+31+7=266 (35% of max value = 765). Red value is 228 (89.45% from 255 or 85.71% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 7 (3.12% from 255 or 2.63% from 266); Max value from RGB is 228 - color contains mainly: red. Hex color #E41F07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E41F07 is #1BE0F8. Grayscale: #575757. Windows color (decimal): -1827065 or 466916. OLE color: 466916.
HSL color Cylindrical-coordinate representation of color #E41F07: hue angle of 6.52º 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 #E41F07 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 31 | 7 | - |
| CMYK | 0 | 0.86 | 0.97 | 0.11 |
| HSL | 6.52º | 0.94% | 0.46% | - |
| HSV(B) | 6.52º | 0.97% | 0.89% | - |
| XYZ | 32.52 | 17.49 | 1.86 | - |
| YUV | 87.17 | 82.77 | 228.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 31 | 7 | 0 | 0.86 | 0.97 | 0.11 | 6.52 | 0.94 | 0.46 |
| Hex | E4 | 1F | 7 | 0 | 56 | 61 | B | 7 | 5E | 2E |
| Octal | 344 | 37 | 7 | 0 | 126 | 141 | 13 | 7 | 136 | 56 |
| Binary | 11100100 | 11111 | 111 | 0 | 1010110 | 1100001 | 1011 | 111 | 1011110 | 101110 |
Color Harmonies of #E41F07
Complementary color
Monochromatic Colors of #E41F07
Black with #E41F07
Text Example
Text Example
White with #E41F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41F07; }
p { color: rgb(228,31,7); }
H1.HeaderClassName
{
color: #E41F07;
}
.AnyTagClassName
{
color: #E41F07;
}
</style>
background-color css
<style>
a { background-color: #E41F07; }
a { background-color: rgb(228,31,7); }
div.DivClassName
{
background-color: #E41F07;
}
.BgClassName
{
background-color: #E41F07;
}
</style>
border-color css
<style>
span { border-color: #E41F07; }
span { border-color: rgb(228,31,7); }
td.TdClassName
{
border-color: #E41F07;
}
.TagClassName
{
border-color: #E41F07;
}
</style>