Shades of Scarlet #F92C0E
Tints of Scarlet #F92C0E
RGB
CMYK
RGB Variations
Color information
#F92C0E (or 0xF92C0E) is known color: Scarlet. HEX triplet: F9, 2C and 0E. RGB value is (249,44,14). Sum of RGB (Red+Green+Blue) = 249+44+14=307 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.11% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 249 - color contains mainly: red. Hex color #F92C0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92C0E is #06D3F1. Grayscale: #666666. Windows color (decimal): -447474 or 929017. OLE color: 929017.
HSL color Cylindrical-coordinate representation of color #F92C0E: hue angle of 7.66º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F92C0E is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 44 | 14 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.02 |
| HSL | 7.66º | 0.95% | 0.52% | - |
| HSV(B) | 7.66º | 0.94% | 0.98% | - |
| XYZ | 40.05 | 21.97 | 2.55 | - |
| YUV | 101.88 | 78.42 | 232.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 44 | 14 | 0 | 0.82 | 0.94 | 0.02 | 7.66 | 0.95 | 0.52 |
| Hex | F9 | 2C | E | 0 | 52 | 5E | 2 | 8 | 5F | 34 |
| Octal | 371 | 54 | 16 | 0 | 122 | 136 | 2 | 10 | 137 | 64 |
| Binary | 11111001 | 101100 | 1110 | 0 | 1010010 | 1011110 | 10 | 1000 | 1011111 | 110100 |
Color Harmonies of #F92C0E
Complementary color
Monochromatic Colors of #F92C0E
Black with #F92C0E
Text Example
Text Example
White with #F92C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92C0E; }
p { color: rgb(249,44,14); }
H1.HeaderClassName
{
color: #F92C0E;
}
.AnyTagClassName
{
color: #F92C0E;
}
</style>
background-color css
<style>
a { background-color: #F92C0E; }
a { background-color: rgb(249,44,14); }
div.DivClassName
{
background-color: #F92C0E;
}
.BgClassName
{
background-color: #F92C0E;
}
</style>
border-color css
<style>
span { border-color: #F92C0E; }
span { border-color: rgb(249,44,14); }
td.TdClassName
{
border-color: #F92C0E;
}
.TagClassName
{
border-color: #F92C0E;
}
</style>