Shades of Scarlet #F92E05
Tints of Scarlet #F92E05
RGB
CMYK
RGB Variations
Color information
#F92E05 (or 0xF92E05) is known color: Scarlet. HEX triplet: F9, 2E and 05. RGB value is (249,46,5). Sum of RGB (Red+Green+Blue) = 249+46+5=300 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 5 (2.34% from 255 or 1.67% from 300); Max value from RGB is 249 - color contains mainly: red. Hex color #F92E05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92E05 is #06D1FA. Grayscale: #666666. Windows color (decimal): -446971 or 339705. OLE color: 339705.
HSL color Cylindrical-coordinate representation of color #F92E05: hue angle of 10.08º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F92E05 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 46 | 5 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.02 |
| HSL | 10.08º | 0.96% | 0.5% | - |
| HSV(B) | 10.08º | 0.98% | 0.98% | - |
| XYZ | 40.07 | 22.1 | 2.3 | - |
| YUV | 102.02 | 73.25 | 232.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 46 | 5 | 0 | 0.82 | 0.98 | 0.02 | 10.08 | 0.96 | 0.5 |
| Hex | F9 | 2E | 5 | 0 | 52 | 62 | 2 | A | 60 | 32 |
| Octal | 371 | 56 | 5 | 0 | 122 | 142 | 2 | 12 | 140 | 62 |
| Binary | 11111001 | 101110 | 101 | 0 | 1010010 | 1100010 | 10 | 1010 | 1100000 | 110010 |
Color Harmonies of #F92E05
Complementary color
Monochromatic Colors of #F92E05
Black with #F92E05
Text Example
Text Example
White with #F92E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92E05; }
p { color: rgb(249,46,5); }
H1.HeaderClassName
{
color: #F92E05;
}
.AnyTagClassName
{
color: #F92E05;
}
</style>
background-color css
<style>
a { background-color: #F92E05; }
a { background-color: rgb(249,46,5); }
div.DivClassName
{
background-color: #F92E05;
}
.BgClassName
{
background-color: #F92E05;
}
</style>
border-color css
<style>
span { border-color: #F92E05; }
span { border-color: rgb(249,46,5); }
td.TdClassName
{
border-color: #F92E05;
}
.TagClassName
{
border-color: #F92E05;
}
</style>