Shades of Scarlet #E8200B
Tints of Scarlet #E8200B
RGB
CMYK
RGB Variations
Color information
#E8200B (or 0xE8200B) is known color: Scarlet. HEX triplet: E8, 20 and 0B. RGB value is (232,32,11). Sum of RGB (Red+Green+Blue) = 232+32+11=275 (36% of max value = 765). Red value is 232 (91.02% from 255 or 84.36% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 232 - color contains mainly: red. Hex color #E8200B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8200B is #17DFF4. Grayscale: #595959. Windows color (decimal): -1564661 or 729320. OLE color: 729320.
HSL color Cylindrical-coordinate representation of color #E8200B: hue angle of 5.7º 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 #E8200B is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 32 | 11 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.09 |
| HSL | 5.7º | 0.91% | 0.48% | - |
| HSV(B) | 5.7º | 0.95% | 0.91% | - |
| XYZ | 33.86 | 18.21 | 2.05 | - |
| YUV | 89.41 | 83.76 | 229.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 32 | 11 | 0 | 0.86 | 0.95 | 0.09 | 5.7 | 0.91 | 0.48 |
| Hex | E8 | 20 | B | 0 | 56 | 5F | 9 | 6 | 5B | 30 |
| Octal | 350 | 40 | 13 | 0 | 126 | 137 | 11 | 6 | 133 | 60 |
| Binary | 11101000 | 100000 | 1011 | 0 | 1010110 | 1011111 | 1001 | 110 | 1011011 | 110000 |
Color Harmonies of #E8200B
Complementary color
Monochromatic Colors of #E8200B
Black with #E8200B
Text Example
Text Example
White with #E8200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8200B; }
p { color: rgb(232,32,11); }
H1.HeaderClassName
{
color: #E8200B;
}
.AnyTagClassName
{
color: #E8200B;
}
</style>
background-color css
<style>
a { background-color: #E8200B; }
a { background-color: rgb(232,32,11); }
div.DivClassName
{
background-color: #E8200B;
}
.BgClassName
{
background-color: #E8200B;
}
</style>
border-color css
<style>
span { border-color: #E8200B; }
span { border-color: rgb(232,32,11); }
td.TdClassName
{
border-color: #E8200B;
}
.TagClassName
{
border-color: #E8200B;
}
</style>