Shades of Scarlet #E92D14
Tints of Scarlet #E92D14
RGB
CMYK
RGB Variations
Color information
#E92D14 (or 0xE92D14) is known color: Scarlet. HEX triplet: E9, 2D and 14. RGB value is (233,45,20). Sum of RGB (Red+Green+Blue) = 233+45+20=298 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.19% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 233 - color contains mainly: red. Hex color #E92D14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E92D14 is #16D2EB. Grayscale: #626262. Windows color (decimal): -1495788 or 1322473. OLE color: 1322473.
HSL color Cylindrical-coordinate representation of color #E92D14: hue angle of 7.04º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E92D14 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 45 | 20 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.09 |
| HSL | 7.04º | 0.84% | 0.5% | - |
| HSV(B) | 7.04º | 0.91% | 0.91% | - |
| XYZ | 34.67 | 19.25 | 2.55 | - |
| YUV | 98.36 | 83.78 | 224.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 45 | 20 | 0 | 0.81 | 0.91 | 0.09 | 7.04 | 0.84 | 0.5 |
| Hex | E9 | 2D | 14 | 0 | 51 | 5B | 9 | 7 | 54 | 32 |
| Octal | 351 | 55 | 24 | 0 | 121 | 133 | 11 | 7 | 124 | 62 |
| Binary | 11101001 | 101101 | 10100 | 0 | 1010001 | 1011011 | 1001 | 111 | 1010100 | 110010 |
Color Harmonies of #E92D14
Complementary color
Monochromatic Colors of #E92D14
Black with #E92D14
Text Example
Text Example
White with #E92D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92D14; }
p { color: rgb(233,45,20); }
H1.HeaderClassName
{
color: #E92D14;
}
.AnyTagClassName
{
color: #E92D14;
}
</style>
background-color css
<style>
a { background-color: #E92D14; }
a { background-color: rgb(233,45,20); }
div.DivClassName
{
background-color: #E92D14;
}
.BgClassName
{
background-color: #E92D14;
}
</style>
border-color css
<style>
span { border-color: #E92D14; }
span { border-color: rgb(233,45,20); }
td.TdClassName
{
border-color: #E92D14;
}
.TagClassName
{
border-color: #E92D14;
}
</style>