Shades of Scarlet #E92F10
Tints of Scarlet #E92F10
RGB
CMYK
RGB Variations
Color information
#E92F10 (or 0xE92F10) is known color: Scarlet. HEX triplet: E9, 2F and 10. RGB value is (233,47,16). Sum of RGB (Red+Green+Blue) = 233+47+16=296 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.72% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 233 - color contains mainly: red. Hex color #E92F10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E92F10 is #16D0EF. Grayscale: #636363. Windows color (decimal): -1495280 or 1060841. OLE color: 1060841.
HSL color Cylindrical-coordinate representation of color #E92F10: hue angle of 8.57º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E92F10 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 47 | 16 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.09 |
| HSL | 8.57º | 0.87% | 0.49% | - |
| HSV(B) | 8.57º | 0.93% | 0.91% | - |
| XYZ | 34.71 | 19.39 | 2.4 | - |
| YUV | 99.08 | 81.12 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 47 | 16 | 0 | 0.80 | 0.93 | 0.09 | 8.57 | 0.87 | 0.49 |
| Hex | E9 | 2F | 10 | 0 | 50 | 5D | 9 | 9 | 57 | 31 |
| Octal | 351 | 57 | 20 | 0 | 120 | 135 | 11 | 11 | 127 | 61 |
| Binary | 11101001 | 101111 | 10000 | 0 | 1010000 | 1011101 | 1001 | 1001 | 1010111 | 110001 |
Color Harmonies of #E92F10
Complementary color
Monochromatic Colors of #E92F10
Black with #E92F10
Text Example
Text Example
White with #E92F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92F10; }
p { color: rgb(233,47,16); }
H1.HeaderClassName
{
color: #E92F10;
}
.AnyTagClassName
{
color: #E92F10;
}
</style>
background-color css
<style>
a { background-color: #E92F10; }
a { background-color: rgb(233,47,16); }
div.DivClassName
{
background-color: #E92F10;
}
.BgClassName
{
background-color: #E92F10;
}
</style>
border-color css
<style>
span { border-color: #E92F10; }
span { border-color: rgb(233,47,16); }
td.TdClassName
{
border-color: #E92F10;
}
.TagClassName
{
border-color: #E92F10;
}
</style>