Shades of Scarlet #E92A08
Tints of Scarlet #E92A08
RGB
CMYK
RGB Variations
Color information
#E92A08 (or 0xE92A08) is known color: Scarlet. HEX triplet: E9, 2A and 08. RGB value is (233,42,8). Sum of RGB (Red+Green+Blue) = 233+42+8=283 (37% of max value = 765). Red value is 233 (91.41% from 255 or 82.33% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E92A08 is #16D5F7. Grayscale: #5F5F5F. Windows color (decimal): -1496568 or 535273. OLE color: 535273.
HSL color Cylindrical-coordinate representation of color #E92A08: hue angle of 9.07º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E92A08 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 42 | 8 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.09 |
| HSL | 9.07º | 0.93% | 0.47% | - |
| HSV(B) | 9.07º | 0.97% | 0.91% | - |
| XYZ | 34.48 | 19 | 2.08 | - |
| YUV | 95.23 | 78.78 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 42 | 8 | 0 | 0.82 | 0.97 | 0.09 | 9.07 | 0.93 | 0.47 |
| Hex | E9 | 2A | 8 | 0 | 52 | 61 | 9 | 9 | 5D | 2F |
| Octal | 351 | 52 | 10 | 0 | 122 | 141 | 11 | 11 | 135 | 57 |
| Binary | 11101001 | 101010 | 1000 | 0 | 1010010 | 1100001 | 1001 | 1001 | 1011101 | 101111 |
Color Harmonies of #E92A08
Complementary color
Monochromatic Colors of #E92A08
Black with #E92A08
Text Example
Text Example
White with #E92A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92A08; }
p { color: rgb(233,42,8); }
H1.HeaderClassName
{
color: #E92A08;
}
.AnyTagClassName
{
color: #E92A08;
}
</style>
background-color css
<style>
a { background-color: #E92A08; }
a { background-color: rgb(233,42,8); }
div.DivClassName
{
background-color: #E92A08;
}
.BgClassName
{
background-color: #E92A08;
}
</style>
border-color css
<style>
span { border-color: #E92A08; }
span { border-color: rgb(233,42,8); }
td.TdClassName
{
border-color: #E92A08;
}
.TagClassName
{
border-color: #E92A08;
}
</style>