Shades of Scarlet #F92C14
Tints of Scarlet #F92C14
RGB
CMYK
RGB Variations
Color information
#F92C14 (or 0xF92C14) is known color: Scarlet. HEX triplet: F9, 2C and 14. RGB value is (249,44,20). Sum of RGB (Red+Green+Blue) = 249+44+20=313 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.55% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 249 - color contains mainly: red. Hex color #F92C14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92C14 is #06D3EB. Grayscale: #666666. Windows color (decimal): -447468 or 1322233. OLE color: 1322233.
HSL color Cylindrical-coordinate representation of color #F92C14: hue angle of 6.29º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F92C14 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 44 | 20 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.02 |
| HSL | 6.29º | 0.95% | 0.53% | - |
| HSV(B) | 6.29º | 0.92% | 0.98% | - |
| XYZ | 40.09 | 21.99 | 2.79 | - |
| YUV | 102.56 | 81.42 | 232.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 44 | 20 | 0 | 0.82 | 0.92 | 0.02 | 6.29 | 0.95 | 0.53 |
| Hex | F9 | 2C | 14 | 0 | 52 | 5C | 2 | 6 | 5F | 35 |
| Octal | 371 | 54 | 24 | 0 | 122 | 134 | 2 | 6 | 137 | 65 |
| Binary | 11111001 | 101100 | 10100 | 0 | 1010010 | 1011100 | 10 | 110 | 1011111 | 110101 |
Color Harmonies of #F92C14
Complementary color
Monochromatic Colors of #F92C14
Black with #F92C14
Text Example
Text Example
White with #F92C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92C14; }
p { color: rgb(249,44,20); }
H1.HeaderClassName
{
color: #F92C14;
}
.AnyTagClassName
{
color: #F92C14;
}
</style>
background-color css
<style>
a { background-color: #F92C14; }
a { background-color: rgb(249,44,20); }
div.DivClassName
{
background-color: #F92C14;
}
.BgClassName
{
background-color: #F92C14;
}
</style>
border-color css
<style>
span { border-color: #F92C14; }
span { border-color: rgb(249,44,20); }
td.TdClassName
{
border-color: #F92C14;
}
.TagClassName
{
border-color: #F92C14;
}
</style>