Shades of Scarlet #E82B11
Tints of Scarlet #E82B11
RGB
CMYK
RGB Variations
Color information
#E82B11 (or 0xE82B11) is known color: Scarlet. HEX triplet: E8, 2B and 11. RGB value is (232,43,17). Sum of RGB (Red+Green+Blue) = 232+43+17=292 (38% of max value = 765). Red value is 232 (91.02% from 255 or 79.45% from 292); Green value is 43 (17.19% from 255 or 14.73% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 232 - color contains mainly: red. Hex color #E82B11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82B11 is #17D4EE. Grayscale: #606060. Windows color (decimal): -1561839 or 1125352. OLE color: 1125352.
HSL color Cylindrical-coordinate representation of color #E82B11: hue angle of 7.26º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E82B11 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 43 | 17 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.09 |
| HSL | 7.26º | 0.86% | 0.49% | - |
| HSV(B) | 7.26º | 0.93% | 0.91% | - |
| XYZ | 34.24 | 18.92 | 2.38 | - |
| YUV | 96.55 | 83.12 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 43 | 17 | 0 | 0.81 | 0.93 | 0.09 | 7.26 | 0.86 | 0.49 |
| Hex | E8 | 2B | 11 | 0 | 51 | 5D | 9 | 7 | 56 | 31 |
| Octal | 350 | 53 | 21 | 0 | 121 | 135 | 11 | 7 | 126 | 61 |
| Binary | 11101000 | 101011 | 10001 | 0 | 1010001 | 1011101 | 1001 | 111 | 1010110 | 110001 |
Color Harmonies of #E82B11
Complementary color
Monochromatic Colors of #E82B11
Black with #E82B11
Text Example
Text Example
White with #E82B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82B11; }
p { color: rgb(232,43,17); }
H1.HeaderClassName
{
color: #E82B11;
}
.AnyTagClassName
{
color: #E82B11;
}
</style>
background-color css
<style>
a { background-color: #E82B11; }
a { background-color: rgb(232,43,17); }
div.DivClassName
{
background-color: #E82B11;
}
.BgClassName
{
background-color: #E82B11;
}
</style>
border-color css
<style>
span { border-color: #E82B11; }
span { border-color: rgb(232,43,17); }
td.TdClassName
{
border-color: #E82B11;
}
.TagClassName
{
border-color: #E82B11;
}
</style>