Shades of Scarlet #E92F13
Tints of Scarlet #E92F13
RGB
CMYK
RGB Variations
Color information
#E92F13 (or 0xE92F13) is known color: Scarlet. HEX triplet: E9, 2F and 13. RGB value is (233,47,19). Sum of RGB (Red+Green+Blue) = 233+47+19=299 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.93% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 19 (7.81% from 255 or 6.35% from 299); Max value from RGB is 233 - color contains mainly: red. Hex color #E92F13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E92F13 is #16D0EC. Grayscale: #636363. Windows color (decimal): -1495277 or 1257449. OLE color: 1257449.
HSL color Cylindrical-coordinate representation of color #E92F13: hue angle of 7.85º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E92F13 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 47 | 19 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.09 |
| HSL | 7.85º | 0.85% | 0.49% | - |
| HSV(B) | 7.85º | 0.92% | 0.91% | - |
| XYZ | 34.74 | 19.4 | 2.53 | - |
| YUV | 99.42 | 82.62 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 47 | 19 | 0 | 0.80 | 0.92 | 0.09 | 7.85 | 0.85 | 0.49 |
| Hex | E9 | 2F | 13 | 0 | 50 | 5C | 9 | 8 | 55 | 31 |
| Octal | 351 | 57 | 23 | 0 | 120 | 134 | 11 | 10 | 125 | 61 |
| Binary | 11101001 | 101111 | 10011 | 0 | 1010000 | 1011100 | 1001 | 1000 | 1010101 | 110001 |
Color Harmonies of #E92F13
Complementary color
Monochromatic Colors of #E92F13
Black with #E92F13
Text Example
Text Example
White with #E92F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92F13; }
p { color: rgb(233,47,19); }
H1.HeaderClassName
{
color: #E92F13;
}
.AnyTagClassName
{
color: #E92F13;
}
</style>
background-color css
<style>
a { background-color: #E92F13; }
a { background-color: rgb(233,47,19); }
div.DivClassName
{
background-color: #E92F13;
}
.BgClassName
{
background-color: #E92F13;
}
</style>
border-color css
<style>
span { border-color: #E92F13; }
span { border-color: rgb(233,47,19); }
td.TdClassName
{
border-color: #E92F13;
}
.TagClassName
{
border-color: #E92F13;
}
</style>