Shades of Scarlet #F0281E
Tints of Scarlet #F0281E
RGB
CMYK
RGB Variations
Color information
#F0281E (or 0xF0281E) is known color: Scarlet. HEX triplet: F0, 28 and 1E. RGB value is (240,40,30). Sum of RGB (Red+Green+Blue) = 240+40+30=310 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.42% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 240 - color contains mainly: red. Hex color #F0281E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0281E is #0FD7E1. Grayscale: #626262. Windows color (decimal): -1038306 or 1976560. OLE color: 1976560.
HSL color Cylindrical-coordinate representation of color #F0281E: hue angle of 2.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0281E is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 30 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.06 |
| HSL | 2.86º | 0.88% | 0.53% | - |
| HSV(B) | 2.86º | 0.88% | 0.94% | - |
| XYZ | 36.93 | 20.14 | 3.17 | - |
| YUV | 98.66 | 89.26 | 228.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 30 | 0 | 0.83 | 0.87 | 0.06 | 2.86 | 0.88 | 0.53 |
| Hex | F0 | 28 | 1E | 0 | 53 | 57 | 6 | 3 | 58 | 35 |
| Octal | 360 | 50 | 36 | 0 | 123 | 127 | 6 | 3 | 130 | 65 |
| Binary | 11110000 | 101000 | 11110 | 0 | 1010011 | 1010111 | 110 | 11 | 1011000 | 110101 |
Color Harmonies of #F0281E
Complementary color
Monochromatic Colors of #F0281E
Black with #F0281E
Text Example
Text Example
White with #F0281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0281E; }
p { color: rgb(240,40,30); }
H1.HeaderClassName
{
color: #F0281E;
}
.AnyTagClassName
{
color: #F0281E;
}
</style>
background-color css
<style>
a { background-color: #F0281E; }
a { background-color: rgb(240,40,30); }
div.DivClassName
{
background-color: #F0281E;
}
.BgClassName
{
background-color: #F0281E;
}
</style>
border-color css
<style>
span { border-color: #F0281E; }
span { border-color: rgb(240,40,30); }
td.TdClassName
{
border-color: #F0281E;
}
.TagClassName
{
border-color: #F0281E;
}
</style>