Shades of Scarlet #E8280B
Tints of Scarlet #E8280B
RGB
CMYK
RGB Variations
Color information
#E8280B (or 0xE8280B) is known color: Scarlet. HEX triplet: E8, 28 and 0B. RGB value is (232,40,11). Sum of RGB (Red+Green+Blue) = 232+40+11=283 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.98% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 232 - color contains mainly: red. Hex color #E8280B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8280B is #17D7F4. Grayscale: #5E5E5E. Windows color (decimal): -1562613 or 731368. OLE color: 731368.
HSL color Cylindrical-coordinate representation of color #E8280B: hue angle of 7.87º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E8280B is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 40 | 11 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.09 |
| HSL | 7.87º | 0.91% | 0.48% | - |
| HSV(B) | 7.87º | 0.95% | 0.91% | - |
| XYZ | 34.1 | 18.7 | 2.13 | - |
| YUV | 94.1 | 81.11 | 226.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 40 | 11 | 0 | 0.83 | 0.95 | 0.09 | 7.87 | 0.91 | 0.48 |
| Hex | E8 | 28 | B | 0 | 53 | 5F | 9 | 8 | 5B | 30 |
| Octal | 350 | 50 | 13 | 0 | 123 | 137 | 11 | 10 | 133 | 60 |
| Binary | 11101000 | 101000 | 1011 | 0 | 1010011 | 1011111 | 1001 | 1000 | 1011011 | 110000 |
Color Harmonies of #E8280B
Complementary color
Monochromatic Colors of #E8280B
Black with #E8280B
Text Example
Text Example
White with #E8280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8280B; }
p { color: rgb(232,40,11); }
H1.HeaderClassName
{
color: #E8280B;
}
.AnyTagClassName
{
color: #E8280B;
}
</style>
background-color css
<style>
a { background-color: #E8280B; }
a { background-color: rgb(232,40,11); }
div.DivClassName
{
background-color: #E8280B;
}
.BgClassName
{
background-color: #E8280B;
}
</style>
border-color css
<style>
span { border-color: #E8280B; }
span { border-color: rgb(232,40,11); }
td.TdClassName
{
border-color: #E8280B;
}
.TagClassName
{
border-color: #E8280B;
}
</style>