Shades of Scarlet #F0270E
Tints of Scarlet #F0270E
RGB
CMYK
RGB Variations
Color information
#F0270E (or 0xF0270E) is known color: Scarlet. HEX triplet: F0, 27 and 0E. RGB value is (240,39,14). Sum of RGB (Red+Green+Blue) = 240+39+14=293 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.91% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 14 (5.86% from 255 or 4.78% from 293); Max value from RGB is 240 - color contains mainly: red. Hex color #F0270E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0270E is #0FD8F1. Grayscale: #606060. Windows color (decimal): -1038578 or 927728. OLE color: 927728.
HSL color Cylindrical-coordinate representation of color #F0270E: hue angle of 6.64º 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 #F0270E is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 39 | 14 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.06 |
| HSL | 6.64º | 0.89% | 0.5% | - |
| HSV(B) | 6.64º | 0.94% | 0.94% | - |
| XYZ | 36.74 | 20.01 | 2.34 | - |
| YUV | 96.25 | 81.59 | 230.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 39 | 14 | 0 | 0.84 | 0.94 | 0.06 | 6.64 | 0.89 | 0.5 |
| Hex | F0 | 27 | E | 0 | 54 | 5E | 6 | 7 | 59 | 32 |
| Octal | 360 | 47 | 16 | 0 | 124 | 136 | 6 | 7 | 131 | 62 |
| Binary | 11110000 | 100111 | 1110 | 0 | 1010100 | 1011110 | 110 | 111 | 1011001 | 110010 |
Color Harmonies of #F0270E
Complementary color
Monochromatic Colors of #F0270E
Black with #F0270E
Text Example
Text Example
White with #F0270E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0270E; }
p { color: rgb(240,39,14); }
H1.HeaderClassName
{
color: #F0270E;
}
.AnyTagClassName
{
color: #F0270E;
}
</style>
background-color css
<style>
a { background-color: #F0270E; }
a { background-color: rgb(240,39,14); }
div.DivClassName
{
background-color: #F0270E;
}
.BgClassName
{
background-color: #F0270E;
}
</style>
border-color css
<style>
span { border-color: #F0270E; }
span { border-color: rgb(240,39,14); }
td.TdClassName
{
border-color: #F0270E;
}
.TagClassName
{
border-color: #F0270E;
}
</style>