Shades of Scarlet #E7280C
Tints of Scarlet #E7280C
RGB
CMYK
RGB Variations
Color information
#E7280C (or 0xE7280C) is known color: Scarlet. HEX triplet: E7, 28 and 0C. RGB value is (231,40,12). Sum of RGB (Red+Green+Blue) = 231+40+12=283 (37% of max value = 765). Red value is 231 (90.62% from 255 or 81.63% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 231 - color contains mainly: red. Hex color #E7280C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E7280C is #18D7F3. Grayscale: #5E5E5E. Windows color (decimal): -1628148 or 796903. OLE color: 796903.
HSL color Cylindrical-coordinate representation of color #E7280C: hue angle of 7.67º degrees, saturation: 0.9, 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 #E7280C is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 40 | 12 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.09 |
| HSL | 7.67º | 0.9% | 0.48% | - |
| HSV(B) | 7.67º | 0.95% | 0.91% | - |
| XYZ | 33.78 | 18.53 | 2.14 | - |
| YUV | 93.92 | 81.78 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 40 | 12 | 0 | 0.83 | 0.95 | 0.09 | 7.67 | 0.9 | 0.48 |
| Hex | E7 | 28 | C | 0 | 53 | 5F | 9 | 8 | 5A | 30 |
| Octal | 347 | 50 | 14 | 0 | 123 | 137 | 11 | 10 | 132 | 60 |
| Binary | 11100111 | 101000 | 1100 | 0 | 1010011 | 1011111 | 1001 | 1000 | 1011010 | 110000 |
Color Harmonies of #E7280C
Complementary color
Monochromatic Colors of #E7280C
Black with #E7280C
Text Example
Text Example
White with #E7280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7280C; }
p { color: rgb(231,40,12); }
H1.HeaderClassName
{
color: #E7280C;
}
.AnyTagClassName
{
color: #E7280C;
}
</style>
background-color css
<style>
a { background-color: #E7280C; }
a { background-color: rgb(231,40,12); }
div.DivClassName
{
background-color: #E7280C;
}
.BgClassName
{
background-color: #E7280C;
}
</style>
border-color css
<style>
span { border-color: #E7280C; }
span { border-color: rgb(231,40,12); }
td.TdClassName
{
border-color: #E7280C;
}
.TagClassName
{
border-color: #E7280C;
}
</style>