Shades of Scarlet #E62407
Tints of Scarlet #E62407
RGB
CMYK
RGB Variations
Color information
#E62407 (or 0xE62407) is known color: Scarlet. HEX triplet: E6, 24 and 07. RGB value is (230,36,7). Sum of RGB (Red+Green+Blue) = 230+36+7=273 (36% of max value = 765). Red value is 230 (90.23% from 255 or 84.25% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 230 - color contains mainly: red. Hex color #E62407 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62407 is #19DBF8. Grayscale: #5B5B5B. Windows color (decimal): -1694713 or 468198. OLE color: 468198.
HSL color Cylindrical-coordinate representation of color #E62407: hue angle of 7.8º 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 #E62407 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 36 | 7 | - |
| CMYK | 0 | 0.84 | 0.97 | 0.10 |
| HSL | 7.8º | 0.94% | 0.46% | - |
| HSV(B) | 7.8º | 0.97% | 0.9% | - |
| XYZ | 33.3 | 18.1 | 1.94 | - |
| YUV | 90.7 | 80.77 | 227.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 36 | 7 | 0 | 0.84 | 0.97 | 0.10 | 7.8 | 0.94 | 0.46 |
| Hex | E6 | 24 | 7 | 0 | 54 | 61 | A | 8 | 5E | 2E |
| Octal | 346 | 44 | 7 | 0 | 124 | 141 | 12 | 10 | 136 | 56 |
| Binary | 11100110 | 100100 | 111 | 0 | 1010100 | 1100001 | 1010 | 1000 | 1011110 | 101110 |
Color Harmonies of #E62407
Complementary color
Monochromatic Colors of #E62407
Black with #E62407
Text Example
Text Example
White with #E62407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62407; }
p { color: rgb(230,36,7); }
H1.HeaderClassName
{
color: #E62407;
}
.AnyTagClassName
{
color: #E62407;
}
</style>
background-color css
<style>
a { background-color: #E62407; }
a { background-color: rgb(230,36,7); }
div.DivClassName
{
background-color: #E62407;
}
.BgClassName
{
background-color: #E62407;
}
</style>
border-color css
<style>
span { border-color: #E62407; }
span { border-color: rgb(230,36,7); }
td.TdClassName
{
border-color: #E62407;
}
.TagClassName
{
border-color: #E62407;
}
</style>