Shades of Scarlet #E62007
Tints of Scarlet #E62007
RGB
CMYK
RGB Variations
Color information
#E62007 (or 0xE62007) is known color: Scarlet. HEX triplet: E6, 20 and 07. RGB value is (230,32,7). Sum of RGB (Red+Green+Blue) = 230+32+7=269 (35% of max value = 765). Red value is 230 (90.23% from 255 or 85.50% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 7 (3.12% from 255 or 2.60% from 269); Max value from RGB is 230 - color contains mainly: red. Hex color #E62007 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62007 is #19DFF8. Grayscale: #585858. Windows color (decimal): -1695737 or 467174. OLE color: 467174.
HSL color Cylindrical-coordinate representation of color #E62007: hue angle of 6.73º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E62007 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 7 | - |
| CMYK | 0 | 0.86 | 0.97 | 0.10 |
| HSL | 6.73º | 0.94% | 0.46% | - |
| HSV(B) | 6.73º | 0.97% | 0.9% | - |
| XYZ | 33.19 | 17.87 | 1.9 | - |
| YUV | 88.35 | 82.1 | 229.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 7 | 0 | 0.86 | 0.97 | 0.10 | 6.73 | 0.94 | 0.46 |
| Hex | E6 | 20 | 7 | 0 | 56 | 61 | A | 7 | 5E | 2E |
| Octal | 346 | 40 | 7 | 0 | 126 | 141 | 12 | 7 | 136 | 56 |
| Binary | 11100110 | 100000 | 111 | 0 | 1010110 | 1100001 | 1010 | 111 | 1011110 | 101110 |
Color Harmonies of #E62007
Complementary color
Monochromatic Colors of #E62007
Black with #E62007
Text Example
Text Example
White with #E62007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62007; }
p { color: rgb(230,32,7); }
H1.HeaderClassName
{
color: #E62007;
}
.AnyTagClassName
{
color: #E62007;
}
</style>
background-color css
<style>
a { background-color: #E62007; }
a { background-color: rgb(230,32,7); }
div.DivClassName
{
background-color: #E62007;
}
.BgClassName
{
background-color: #E62007;
}
</style>
border-color css
<style>
span { border-color: #E62007; }
span { border-color: rgb(230,32,7); }
td.TdClassName
{
border-color: #E62007;
}
.TagClassName
{
border-color: #E62007;
}
</style>