Shades of Scarlet #E92B0D
Tints of Scarlet #E92B0D
RGB
CMYK
RGB Variations
Color information
#E92B0D (or 0xE92B0D) is known color: Scarlet. HEX triplet: E9, 2B and 0D. RGB value is (233,43,13). Sum of RGB (Red+Green+Blue) = 233+43+13=289 (38% of max value = 765). Red value is 233 (91.41% from 255 or 80.62% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 233 - color contains mainly: red. Hex color #E92B0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E92B0D is #16D4F2. Grayscale: #606060. Windows color (decimal): -1496307 or 863209. OLE color: 863209.
HSL color Cylindrical-coordinate representation of color #E92B0D: hue angle of 8.18º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E92B0D is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 43 | 13 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.09 |
| HSL | 8.18º | 0.89% | 0.48% | - |
| HSV(B) | 8.18º | 0.94% | 0.91% | - |
| XYZ | 34.54 | 19.08 | 2.24 | - |
| YUV | 96.39 | 80.95 | 225.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 43 | 13 | 0 | 0.82 | 0.94 | 0.09 | 8.18 | 0.89 | 0.48 |
| Hex | E9 | 2B | D | 0 | 52 | 5E | 9 | 8 | 59 | 30 |
| Octal | 351 | 53 | 15 | 0 | 122 | 136 | 11 | 10 | 131 | 60 |
| Binary | 11101001 | 101011 | 1101 | 0 | 1010010 | 1011110 | 1001 | 1000 | 1011001 | 110000 |
Color Harmonies of #E92B0D
Complementary color
Monochromatic Colors of #E92B0D
Black with #E92B0D
Text Example
Text Example
White with #E92B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92B0D; }
p { color: rgb(233,43,13); }
H1.HeaderClassName
{
color: #E92B0D;
}
.AnyTagClassName
{
color: #E92B0D;
}
</style>
background-color css
<style>
a { background-color: #E92B0D; }
a { background-color: rgb(233,43,13); }
div.DivClassName
{
background-color: #E92B0D;
}
.BgClassName
{
background-color: #E92B0D;
}
</style>
border-color css
<style>
span { border-color: #E92B0D; }
span { border-color: rgb(233,43,13); }
td.TdClassName
{
border-color: #E92B0D;
}
.TagClassName
{
border-color: #E92B0D;
}
</style>