Shades of Scarlet #E92D13
Tints of Scarlet #E92D13
RGB
CMYK
RGB Variations
Color information
#E92D13 (or 0xE92D13) is known color: Scarlet. HEX triplet: E9, 2D and 13. RGB value is (233,45,19). Sum of RGB (Red+Green+Blue) = 233+45+19=297 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.45% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 233 - color contains mainly: red. Hex color #E92D13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E92D13 is #16D2EC. Grayscale: #626262. Windows color (decimal): -1495789 or 1256937. OLE color: 1256937.
HSL color Cylindrical-coordinate representation of color #E92D13: hue angle of 7.29º 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 #E92D13 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 45 | 19 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.09 |
| HSL | 7.29º | 0.85% | 0.49% | - |
| HSV(B) | 7.29º | 0.92% | 0.91% | - |
| XYZ | 34.66 | 19.25 | 2.5 | - |
| YUV | 98.25 | 83.28 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 45 | 19 | 0 | 0.81 | 0.92 | 0.09 | 7.29 | 0.85 | 0.49 |
| Hex | E9 | 2D | 13 | 0 | 51 | 5C | 9 | 7 | 55 | 31 |
| Octal | 351 | 55 | 23 | 0 | 121 | 134 | 11 | 7 | 125 | 61 |
| Binary | 11101001 | 101101 | 10011 | 0 | 1010001 | 1011100 | 1001 | 111 | 1010101 | 110001 |
Color Harmonies of #E92D13
Complementary color
Monochromatic Colors of #E92D13
Black with #E92D13
Text Example
Text Example
White with #E92D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92D13; }
p { color: rgb(233,45,19); }
H1.HeaderClassName
{
color: #E92D13;
}
.AnyTagClassName
{
color: #E92D13;
}
</style>
background-color css
<style>
a { background-color: #E92D13; }
a { background-color: rgb(233,45,19); }
div.DivClassName
{
background-color: #E92D13;
}
.BgClassName
{
background-color: #E92D13;
}
</style>
border-color css
<style>
span { border-color: #E92D13; }
span { border-color: rgb(233,45,19); }
td.TdClassName
{
border-color: #E92D13;
}
.TagClassName
{
border-color: #E92D13;
}
</style>