Shades of Scarlet #F92E18
Tints of Scarlet #F92E18
RGB
CMYK
RGB Variations
Color information
#F92E18 (or 0xF92E18) is known color: Scarlet. HEX triplet: F9, 2E and 18. RGB value is (249,46,24). Sum of RGB (Red+Green+Blue) = 249+46+24=319 (42% of max value = 765). Red value is 249 (97.66% from 255 or 78.06% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 249 - color contains mainly: red. Hex color #F92E18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92E18 is #06D1E7. Grayscale: #686868. Windows color (decimal): -446952 or 1584889. OLE color: 1584889.
HSL color Cylindrical-coordinate representation of color #F92E18: hue angle of 5.87º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F92E18 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 46 | 24 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.02 |
| HSL | 5.87º | 0.95% | 0.54% | - |
| HSV(B) | 5.87º | 0.9% | 0.98% | - |
| XYZ | 40.21 | 22.16 | 3.02 | - |
| YUV | 104.19 | 82.75 | 231.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 46 | 24 | 0 | 0.82 | 0.90 | 0.02 | 5.87 | 0.95 | 0.54 |
| Hex | F9 | 2E | 18 | 0 | 52 | 5A | 2 | 6 | 5F | 36 |
| Octal | 371 | 56 | 30 | 0 | 122 | 132 | 2 | 6 | 137 | 66 |
| Binary | 11111001 | 101110 | 11000 | 0 | 1010010 | 1011010 | 10 | 110 | 1011111 | 110110 |
Color Harmonies of #F92E18
Complementary color
Monochromatic Colors of #F92E18
Black with #F92E18
Text Example
Text Example
White with #F92E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92E18; }
p { color: rgb(249,46,24); }
H1.HeaderClassName
{
color: #F92E18;
}
.AnyTagClassName
{
color: #F92E18;
}
</style>
background-color css
<style>
a { background-color: #F92E18; }
a { background-color: rgb(249,46,24); }
div.DivClassName
{
background-color: #F92E18;
}
.BgClassName
{
background-color: #F92E18;
}
</style>
border-color css
<style>
span { border-color: #F92E18; }
span { border-color: rgb(249,46,24); }
td.TdClassName
{
border-color: #F92E18;
}
.TagClassName
{
border-color: #F92E18;
}
</style>