Shades of Scarlet #E92D02
Tints of Scarlet #E92D02
RGB
CMYK
RGB Variations
Color information
#E92D02 (or 0xE92D02) is known color: Scarlet. HEX triplet: E9, 2D and 02. RGB value is (233,45,2). Sum of RGB (Red+Green+Blue) = 233+45+2=280 (37% of max value = 765). Red value is 233 (91.41% from 255 or 83.21% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 233 - color contains mainly: red. Hex color #E92D02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E92D02 is #16D2FD. Grayscale: #606060. Windows color (decimal): -1495806 or 142825. OLE color: 142825.
HSL color Cylindrical-coordinate representation of color #E92D02: hue angle of 11.17º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E92D02 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 45 | 2 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.09 |
| HSL | 11.17º | 0.98% | 0.46% | - |
| HSV(B) | 11.17º | 0.99% | 0.91% | - |
| XYZ | 34.55 | 19.2 | 1.94 | - |
| YUV | 96.31 | 74.78 | 225.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 45 | 2 | 0 | 0.81 | 0.99 | 0.09 | 11.17 | 0.98 | 0.46 |
| Hex | E9 | 2D | 2 | 0 | 51 | 63 | 9 | B | 62 | 2E |
| Octal | 351 | 55 | 2 | 0 | 121 | 143 | 11 | 13 | 142 | 56 |
| Binary | 11101001 | 101101 | 10 | 0 | 1010001 | 1100011 | 1001 | 1011 | 1100010 | 101110 |
Color Harmonies of #E92D02
Complementary color
Monochromatic Colors of #E92D02
Black with #E92D02
Text Example
Text Example
White with #E92D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92D02; }
p { color: rgb(233,45,2); }
H1.HeaderClassName
{
color: #E92D02;
}
.AnyTagClassName
{
color: #E92D02;
}
</style>
background-color css
<style>
a { background-color: #E92D02; }
a { background-color: rgb(233,45,2); }
div.DivClassName
{
background-color: #E92D02;
}
.BgClassName
{
background-color: #E92D02;
}
</style>
border-color css
<style>
span { border-color: #E92D02; }
span { border-color: rgb(233,45,2); }
td.TdClassName
{
border-color: #E92D02;
}
.TagClassName
{
border-color: #E92D02;
}
</style>