Shades of Scarlet #F92C16
Tints of Scarlet #F92C16
RGB
CMYK
RGB Variations
Color information
#F92C16 (or 0xF92C16) is known color: Scarlet. HEX triplet: F9, 2C and 16. RGB value is (249,44,22). Sum of RGB (Red+Green+Blue) = 249+44+22=315 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.05% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 249 - color contains mainly: red. Hex color #F92C16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92C16 is #06D3E9. Grayscale: #676767. Windows color (decimal): -447466 or 1453305. OLE color: 1453305.
HSL color Cylindrical-coordinate representation of color #F92C16: hue angle of 5.81º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F92C16 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 44 | 22 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.02 |
| HSL | 5.81º | 0.95% | 0.53% | - |
| HSV(B) | 5.81º | 0.91% | 0.98% | - |
| XYZ | 40.11 | 22 | 2.89 | - |
| YUV | 102.79 | 82.42 | 232.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 44 | 22 | 0 | 0.82 | 0.91 | 0.02 | 5.81 | 0.95 | 0.53 |
| Hex | F9 | 2C | 16 | 0 | 52 | 5B | 2 | 6 | 5F | 35 |
| Octal | 371 | 54 | 26 | 0 | 122 | 133 | 2 | 6 | 137 | 65 |
| Binary | 11111001 | 101100 | 10110 | 0 | 1010010 | 1011011 | 10 | 110 | 1011111 | 110101 |
Color Harmonies of #F92C16
Complementary color
Monochromatic Colors of #F92C16
Black with #F92C16
Text Example
Text Example
White with #F92C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92C16; }
p { color: rgb(249,44,22); }
H1.HeaderClassName
{
color: #F92C16;
}
.AnyTagClassName
{
color: #F92C16;
}
</style>
background-color css
<style>
a { background-color: #F92C16; }
a { background-color: rgb(249,44,22); }
div.DivClassName
{
background-color: #F92C16;
}
.BgClassName
{
background-color: #F92C16;
}
</style>
border-color css
<style>
span { border-color: #F92C16; }
span { border-color: rgb(249,44,22); }
td.TdClassName
{
border-color: #F92C16;
}
.TagClassName
{
border-color: #F92C16;
}
</style>