Shades of Scarlet #E92D06
Tints of Scarlet #E92D06
RGB
CMYK
RGB Variations
Color information
#E92D06 (or 0xE92D06) is known color: Scarlet. HEX triplet: E9, 2D and 06. RGB value is (233,45,6). Sum of RGB (Red+Green+Blue) = 233+45+6=284 (37% of max value = 765). Red value is 233 (91.41% from 255 or 82.04% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 6 (2.73% from 255 or 2.11% from 284); Max value from RGB is 233 - color contains mainly: red. Hex color #E92D06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E92D06 is #16D2F9. Grayscale: #616161. Windows color (decimal): -1495802 or 404969. OLE color: 404969.
HSL color Cylindrical-coordinate representation of color #E92D06: hue angle of 10.31º degrees, saturation: 0.95, 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 #E92D06 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 45 | 6 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.09 |
| HSL | 10.31º | 0.95% | 0.47% | - |
| HSV(B) | 10.31º | 0.97% | 0.91% | - |
| XYZ | 34.58 | 19.21 | 2.06 | - |
| YUV | 96.77 | 76.78 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 45 | 6 | 0 | 0.81 | 0.97 | 0.09 | 10.31 | 0.95 | 0.47 |
| Hex | E9 | 2D | 6 | 0 | 51 | 61 | 9 | A | 5F | 2F |
| Octal | 351 | 55 | 6 | 0 | 121 | 141 | 11 | 12 | 137 | 57 |
| Binary | 11101001 | 101101 | 110 | 0 | 1010001 | 1100001 | 1001 | 1010 | 1011111 | 101111 |
Color Harmonies of #E92D06
Complementary color
Monochromatic Colors of #E92D06
Black with #E92D06
Text Example
Text Example
White with #E92D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92D06; }
p { color: rgb(233,45,6); }
H1.HeaderClassName
{
color: #E92D06;
}
.AnyTagClassName
{
color: #E92D06;
}
</style>
background-color css
<style>
a { background-color: #E92D06; }
a { background-color: rgb(233,45,6); }
div.DivClassName
{
background-color: #E92D06;
}
.BgClassName
{
background-color: #E92D06;
}
</style>
border-color css
<style>
span { border-color: #E92D06; }
span { border-color: rgb(233,45,6); }
td.TdClassName
{
border-color: #E92D06;
}
.TagClassName
{
border-color: #E92D06;
}
</style>