Shades of Scarlet #E62F09
Tints of Scarlet #E62F09
RGB
CMYK
RGB Variations
Color information
#E62F09 (or 0xE62F09) is known color: Scarlet. HEX triplet: E6, 2F and 09. RGB value is (230,47,9). Sum of RGB (Red+Green+Blue) = 230+47+9=286 (37% of max value = 765). Red value is 230 (90.23% from 255 or 80.42% from 286); Green value is 47 (18.75% from 255 or 16.43% from 286); Blue value is 9 (3.91% from 255 or 3.15% from 286); Max value from RGB is 230 - color contains mainly: red. Hex color #E62F09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62F09 is #19D0F6. Grayscale: #616161. Windows color (decimal): -1691895 or 602086. OLE color: 602086.
HSL color Cylindrical-coordinate representation of color #E62F09: hue angle of 10.32º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E62F09 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 47 | 9 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.10 |
| HSL | 10.32º | 0.92% | 0.47% | - |
| HSV(B) | 10.32º | 0.96% | 0.9% | - |
| XYZ | 33.7 | 18.88 | 2.13 | - |
| YUV | 97.39 | 78.13 | 222.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 47 | 9 | 0 | 0.80 | 0.96 | 0.10 | 10.32 | 0.92 | 0.47 |
| Hex | E6 | 2F | 9 | 0 | 50 | 60 | A | A | 5C | 2F |
| Octal | 346 | 57 | 11 | 0 | 120 | 140 | 12 | 12 | 134 | 57 |
| Binary | 11100110 | 101111 | 1001 | 0 | 1010000 | 1100000 | 1010 | 1010 | 1011100 | 101111 |
Color Harmonies of #E62F09
Complementary color
Monochromatic Colors of #E62F09
Black with #E62F09
Text Example
Text Example
White with #E62F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62F09; }
p { color: rgb(230,47,9); }
H1.HeaderClassName
{
color: #E62F09;
}
.AnyTagClassName
{
color: #E62F09;
}
</style>
background-color css
<style>
a { background-color: #E62F09; }
a { background-color: rgb(230,47,9); }
div.DivClassName
{
background-color: #E62F09;
}
.BgClassName
{
background-color: #E62F09;
}
</style>
border-color css
<style>
span { border-color: #E62F09; }
span { border-color: rgb(230,47,9); }
td.TdClassName
{
border-color: #E62F09;
}
.TagClassName
{
border-color: #E62F09;
}
</style>