Shades of Scarlet #E3200E
Tints of Scarlet #E3200E
RGB
CMYK
RGB Variations
Color information
#E3200E (or 0xE3200E) is known color: Scarlet. HEX triplet: E3, 20 and 0E. RGB value is (227,32,14). Sum of RGB (Red+Green+Blue) = 227+32+14=273 (36% of max value = 765). Red value is 227 (89.06% from 255 or 83.15% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 227 - color contains mainly: red. Hex color #E3200E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3200E is #1CDFF1. Grayscale: #585858. Windows color (decimal): -1892338 or 925923. OLE color: 925923.
HSL color Cylindrical-coordinate representation of color #E3200E: hue angle of 5.07º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E3200E is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 32 | 14 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.11 |
| HSL | 5.07º | 0.88% | 0.47% | - |
| HSV(B) | 5.07º | 0.94% | 0.89% | - |
| XYZ | 32.27 | 17.4 | 2.07 | - |
| YUV | 88.25 | 86.1 | 226.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 14 | 0 | 0.86 | 0.94 | 0.11 | 5.07 | 0.88 | 0.47 |
| Hex | E3 | 20 | E | 0 | 56 | 5E | B | 5 | 58 | 2F |
| Octal | 343 | 40 | 16 | 0 | 126 | 136 | 13 | 5 | 130 | 57 |
| Binary | 11100011 | 100000 | 1110 | 0 | 1010110 | 1011110 | 1011 | 101 | 1011000 | 101111 |
Color Harmonies of #E3200E
Complementary color
Monochromatic Colors of #E3200E
Black with #E3200E
Text Example
Text Example
White with #E3200E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3200E; }
p { color: rgb(227,32,14); }
H1.HeaderClassName
{
color: #E3200E;
}
.AnyTagClassName
{
color: #E3200E;
}
</style>
background-color css
<style>
a { background-color: #E3200E; }
a { background-color: rgb(227,32,14); }
div.DivClassName
{
background-color: #E3200E;
}
.BgClassName
{
background-color: #E3200E;
}
</style>
border-color css
<style>
span { border-color: #E3200E; }
span { border-color: rgb(227,32,14); }
td.TdClassName
{
border-color: #E3200E;
}
.TagClassName
{
border-color: #E3200E;
}
</style>