Shades of Scarlet #F0280E
Tints of Scarlet #F0280E
RGB
CMYK
RGB Variations
Color information
#F0280E (or 0xF0280E) is known color: Scarlet. HEX triplet: F0, 28 and 0E. RGB value is (240,40,14). Sum of RGB (Red+Green+Blue) = 240+40+14=294 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.63% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 14 (5.86% from 255 or 4.76% from 294); Max value from RGB is 240 - color contains mainly: red. Hex color #F0280E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0280E is #0FD7F1. Grayscale: #616161. Windows color (decimal): -1038322 or 927984. OLE color: 927984.
HSL color Cylindrical-coordinate representation of color #F0280E: hue angle of 6.9º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0280E is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 14 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.06 |
| HSL | 6.9º | 0.89% | 0.5% | - |
| HSV(B) | 6.9º | 0.94% | 0.94% | - |
| XYZ | 36.77 | 20.07 | 2.35 | - |
| YUV | 96.84 | 81.26 | 230.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 14 | 0 | 0.83 | 0.94 | 0.06 | 6.9 | 0.89 | 0.5 |
| Hex | F0 | 28 | E | 0 | 53 | 5E | 6 | 7 | 59 | 32 |
| Octal | 360 | 50 | 16 | 0 | 123 | 136 | 6 | 7 | 131 | 62 |
| Binary | 11110000 | 101000 | 1110 | 0 | 1010011 | 1011110 | 110 | 111 | 1011001 | 110010 |
Color Harmonies of #F0280E
Complementary color
Monochromatic Colors of #F0280E
Black with #F0280E
Text Example
Text Example
White with #F0280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0280E; }
p { color: rgb(240,40,14); }
H1.HeaderClassName
{
color: #F0280E;
}
.AnyTagClassName
{
color: #F0280E;
}
</style>
background-color css
<style>
a { background-color: #F0280E; }
a { background-color: rgb(240,40,14); }
div.DivClassName
{
background-color: #F0280E;
}
.BgClassName
{
background-color: #F0280E;
}
</style>
border-color css
<style>
span { border-color: #F0280E; }
span { border-color: rgb(240,40,14); }
td.TdClassName
{
border-color: #F0280E;
}
.TagClassName
{
border-color: #F0280E;
}
</style>