Shades of Scarlet #E8270D
Tints of Scarlet #E8270D
RGB
CMYK
RGB Variations
Color information
#E8270D (or 0xE8270D) is known color: Scarlet. HEX triplet: E8, 27 and 0D. RGB value is (232,39,13). Sum of RGB (Red+Green+Blue) = 232+39+13=284 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.69% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 232 - color contains mainly: red. Hex color #E8270D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8270D is #17D8F2. Grayscale: #5E5E5E. Windows color (decimal): -1562867 or 862184. OLE color: 862184.
HSL color Cylindrical-coordinate representation of color #E8270D: hue angle of 7.12º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E8270D is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 39 | 13 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.09 |
| HSL | 7.12º | 0.89% | 0.48% | - |
| HSV(B) | 7.12º | 0.94% | 0.91% | - |
| XYZ | 34.08 | 18.64 | 2.18 | - |
| YUV | 93.74 | 82.44 | 226.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 39 | 13 | 0 | 0.83 | 0.94 | 0.09 | 7.12 | 0.89 | 0.48 |
| Hex | E8 | 27 | D | 0 | 53 | 5E | 9 | 7 | 59 | 30 |
| Octal | 350 | 47 | 15 | 0 | 123 | 136 | 11 | 7 | 131 | 60 |
| Binary | 11101000 | 100111 | 1101 | 0 | 1010011 | 1011110 | 1001 | 111 | 1011001 | 110000 |
Color Harmonies of #E8270D
Complementary color
Monochromatic Colors of #E8270D
Black with #E8270D
Text Example
Text Example
White with #E8270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8270D; }
p { color: rgb(232,39,13); }
H1.HeaderClassName
{
color: #E8270D;
}
.AnyTagClassName
{
color: #E8270D;
}
</style>
background-color css
<style>
a { background-color: #E8270D; }
a { background-color: rgb(232,39,13); }
div.DivClassName
{
background-color: #E8270D;
}
.BgClassName
{
background-color: #E8270D;
}
</style>
border-color css
<style>
span { border-color: #E8270D; }
span { border-color: rgb(232,39,13); }
td.TdClassName
{
border-color: #E8270D;
}
.TagClassName
{
border-color: #E8270D;
}
</style>