Shades of Scarlet #F1280E
Tints of Scarlet #F1280E
RGB
CMYK
RGB Variations
Color information
#F1280E (or 0xF1280E) is known color: Scarlet. HEX triplet: F1, 28 and 0E. RGB value is (241,40,14). Sum of RGB (Red+Green+Blue) = 241+40+14=295 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.69% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 241 - color contains mainly: red. Hex color #F1280E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1280E is #0ED7F1. Grayscale: #616161. Windows color (decimal): -972786 or 927985. OLE color: 927985.
HSL color Cylindrical-coordinate representation of color #F1280E: hue angle of 6.87º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F1280E is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 14 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.05 |
| HSL | 6.87º | 0.89% | 0.5% | - |
| HSV(B) | 6.87º | 0.94% | 0.95% | - |
| XYZ | 37.11 | 20.25 | 2.37 | - |
| YUV | 97.14 | 81.09 | 230.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 14 | 0 | 0.83 | 0.94 | 0.05 | 6.87 | 0.89 | 0.5 |
| Hex | F1 | 28 | E | 0 | 53 | 5E | 5 | 7 | 59 | 32 |
| Octal | 361 | 50 | 16 | 0 | 123 | 136 | 5 | 7 | 131 | 62 |
| Binary | 11110001 | 101000 | 1110 | 0 | 1010011 | 1011110 | 101 | 111 | 1011001 | 110010 |
Color Harmonies of #F1280E
Complementary color
Monochromatic Colors of #F1280E
Black with #F1280E
Text Example
Text Example
White with #F1280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1280E; }
p { color: rgb(241,40,14); }
H1.HeaderClassName
{
color: #F1280E;
}
.AnyTagClassName
{
color: #F1280E;
}
</style>
background-color css
<style>
a { background-color: #F1280E; }
a { background-color: rgb(241,40,14); }
div.DivClassName
{
background-color: #F1280E;
}
.BgClassName
{
background-color: #F1280E;
}
</style>
border-color css
<style>
span { border-color: #F1280E; }
span { border-color: rgb(241,40,14); }
td.TdClassName
{
border-color: #F1280E;
}
.TagClassName
{
border-color: #F1280E;
}
</style>