Shades of Scarlet #F92914
Tints of Scarlet #F92914
RGB
CMYK
RGB Variations
Color information
#F92914 (or 0xF92914) is known color: Scarlet. HEX triplet: F9, 29 and 14. RGB value is (249,41,20). Sum of RGB (Red+Green+Blue) = 249+41+20=310 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.32% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 249 - color contains mainly: red. Hex color #F92914 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92914 is #06D6EB. Grayscale: #656565. Windows color (decimal): -448236 or 1321465. OLE color: 1321465.
HSL color Cylindrical-coordinate representation of color #F92914: hue angle of 5.5º 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 #F92914 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 41 | 20 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.02 |
| HSL | 5.5º | 0.95% | 0.53% | - |
| HSV(B) | 5.5º | 0.92% | 0.98% | - |
| XYZ | 39.99 | 21.78 | 2.76 | - |
| YUV | 100.8 | 82.41 | 233.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 41 | 20 | 0 | 0.84 | 0.92 | 0.02 | 5.5 | 0.95 | 0.53 |
| Hex | F9 | 29 | 14 | 0 | 54 | 5C | 2 | 6 | 5F | 35 |
| Octal | 371 | 51 | 24 | 0 | 124 | 134 | 2 | 6 | 137 | 65 |
| Binary | 11111001 | 101001 | 10100 | 0 | 1010100 | 1011100 | 10 | 110 | 1011111 | 110101 |
Color Harmonies of #F92914
Complementary color
Monochromatic Colors of #F92914
Black with #F92914
Text Example
Text Example
White with #F92914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92914; }
p { color: rgb(249,41,20); }
H1.HeaderClassName
{
color: #F92914;
}
.AnyTagClassName
{
color: #F92914;
}
</style>
background-color css
<style>
a { background-color: #F92914; }
a { background-color: rgb(249,41,20); }
div.DivClassName
{
background-color: #F92914;
}
.BgClassName
{
background-color: #F92914;
}
</style>
border-color css
<style>
span { border-color: #F92914; }
span { border-color: rgb(249,41,20); }
td.TdClassName
{
border-color: #F92914;
}
.TagClassName
{
border-color: #F92914;
}
</style>