Shades of Scarlet #E8220B
Tints of Scarlet #E8220B
RGB
CMYK
RGB Variations
Color information
#E8220B (or 0xE8220B) is known color: Scarlet. HEX triplet: E8, 22 and 0B. RGB value is (232,34,11). Sum of RGB (Red+Green+Blue) = 232+34+11=277 (36% of max value = 765). Red value is 232 (91.02% from 255 or 83.75% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 232 - color contains mainly: red. Hex color #E8220B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8220B is #17DDF4. Grayscale: #5A5A5A. Windows color (decimal): -1564149 or 729832. OLE color: 729832.
HSL color Cylindrical-coordinate representation of color #E8220B: hue angle of 6.24º 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 #E8220B is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 34 | 11 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.09 |
| HSL | 6.24º | 0.91% | 0.48% | - |
| HSV(B) | 6.24º | 0.95% | 0.91% | - |
| XYZ | 33.91 | 18.32 | 2.07 | - |
| YUV | 90.58 | 83.1 | 228.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 34 | 11 | 0 | 0.85 | 0.95 | 0.09 | 6.24 | 0.91 | 0.48 |
| Hex | E8 | 22 | B | 0 | 55 | 5F | 9 | 6 | 5B | 30 |
| Octal | 350 | 42 | 13 | 0 | 125 | 137 | 11 | 6 | 133 | 60 |
| Binary | 11101000 | 100010 | 1011 | 0 | 1010101 | 1011111 | 1001 | 110 | 1011011 | 110000 |
Color Harmonies of #E8220B
Complementary color
Monochromatic Colors of #E8220B
Black with #E8220B
Text Example
Text Example
White with #E8220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8220B; }
p { color: rgb(232,34,11); }
H1.HeaderClassName
{
color: #E8220B;
}
.AnyTagClassName
{
color: #E8220B;
}
</style>
background-color css
<style>
a { background-color: #E8220B; }
a { background-color: rgb(232,34,11); }
div.DivClassName
{
background-color: #E8220B;
}
.BgClassName
{
background-color: #E8220B;
}
</style>
border-color css
<style>
span { border-color: #E8220B; }
span { border-color: rgb(232,34,11); }
td.TdClassName
{
border-color: #E8220B;
}
.TagClassName
{
border-color: #E8220B;
}
</style>