Shades of Scarlet #F0300E
Tints of Scarlet #F0300E
RGB
CMYK
RGB Variations
Color information
#F0300E (or 0xF0300E) is known color: Scarlet. HEX triplet: F0, 30 and 0E. RGB value is (240,48,14). Sum of RGB (Red+Green+Blue) = 240+48+14=302 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.47% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 240 - color contains mainly: red. Hex color #F0300E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0300E is #0FCFF1. Grayscale: #656565. Windows color (decimal): -1036274 or 930032. OLE color: 930032.
HSL color Cylindrical-coordinate representation of color #F0300E: hue angle of 9.03º 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 #F0300E is Cyan = 0, Magento = 0.8, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 14 | - |
| CMYK | 0 | 0.8 | 0.94 | 0.06 |
| HSL | 9.03º | 0.89% | 0.5% | - |
| HSV(B) | 9.03º | 0.94% | 0.94% | - |
| XYZ | 37.07 | 20.67 | 2.45 | - |
| YUV | 101.53 | 78.61 | 226.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 14 | 0 | 0.8 | 0.94 | 0.06 | 9.03 | 0.89 | 0.5 |
| Hex | F0 | 30 | E | 0 | 50 | 5E | 6 | 9 | 59 | 32 |
| Octal | 360 | 60 | 16 | 0 | 120 | 136 | 6 | 11 | 131 | 62 |
| Binary | 11110000 | 110000 | 1110 | 0 | 1010000 | 1011110 | 110 | 1001 | 1011001 | 110010 |
Color Harmonies of #F0300E
Complementary color
Monochromatic Colors of #F0300E
Black with #F0300E
Text Example
Text Example
White with #F0300E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0300E; }
p { color: rgb(240,48,14); }
H1.HeaderClassName
{
color: #F0300E;
}
.AnyTagClassName
{
color: #F0300E;
}
</style>
background-color css
<style>
a { background-color: #F0300E; }
a { background-color: rgb(240,48,14); }
div.DivClassName
{
background-color: #F0300E;
}
.BgClassName
{
background-color: #F0300E;
}
</style>
border-color css
<style>
span { border-color: #F0300E; }
span { border-color: rgb(240,48,14); }
td.TdClassName
{
border-color: #F0300E;
}
.TagClassName
{
border-color: #F0300E;
}
</style>