Shades of Scarlet #E7280D
Tints of Scarlet #E7280D
RGB
CMYK
RGB Variations
Color information
#E7280D (or 0xE7280D) is known color: Scarlet. HEX triplet: E7, 28 and 0D. RGB value is (231,40,13). Sum of RGB (Red+Green+Blue) = 231+40+13=284 (37% of max value = 765). Red value is 231 (90.62% from 255 or 81.34% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 231 - color contains mainly: red. Hex color #E7280D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E7280D is #18D7F2. Grayscale: #5E5E5E. Windows color (decimal): -1628147 or 862439. OLE color: 862439.
HSL color Cylindrical-coordinate representation of color #E7280D: hue angle of 7.43º 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 #E7280D is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 40 | 13 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.09 |
| HSL | 7.43º | 0.89% | 0.48% | - |
| HSV(B) | 7.43º | 0.94% | 0.91% | - |
| XYZ | 33.79 | 18.54 | 2.18 | - |
| YUV | 94.03 | 82.28 | 225.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 40 | 13 | 0 | 0.83 | 0.94 | 0.09 | 7.43 | 0.89 | 0.48 |
| Hex | E7 | 28 | D | 0 | 53 | 5E | 9 | 7 | 59 | 30 |
| Octal | 347 | 50 | 15 | 0 | 123 | 136 | 11 | 7 | 131 | 60 |
| Binary | 11100111 | 101000 | 1101 | 0 | 1010011 | 1011110 | 1001 | 111 | 1011001 | 110000 |
Color Harmonies of #E7280D
Complementary color
Monochromatic Colors of #E7280D
Black with #E7280D
Text Example
Text Example
White with #E7280D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7280D; }
p { color: rgb(231,40,13); }
H1.HeaderClassName
{
color: #E7280D;
}
.AnyTagClassName
{
color: #E7280D;
}
</style>
background-color css
<style>
a { background-color: #E7280D; }
a { background-color: rgb(231,40,13); }
div.DivClassName
{
background-color: #E7280D;
}
.BgClassName
{
background-color: #E7280D;
}
</style>
border-color css
<style>
span { border-color: #E7280D; }
span { border-color: rgb(231,40,13); }
td.TdClassName
{
border-color: #E7280D;
}
.TagClassName
{
border-color: #E7280D;
}
</style>