Shades of Scarlet #F92512
Tints of Scarlet #F92512
RGB
CMYK
RGB Variations
Color information
#F92512 (or 0xF92512) is known color: Scarlet. HEX triplet: F9, 25 and 12. RGB value is (249,37,18). Sum of RGB (Red+Green+Blue) = 249+37+18=304 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.91% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 249 - color contains mainly: red. Hex color #F92512 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92512 is #06DAED. Grayscale: #626262. Windows color (decimal): -449262 or 1189369. OLE color: 1189369.
HSL color Cylindrical-coordinate representation of color #F92512: hue angle of 4.94º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F92512 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 37 | 18 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.02 |
| HSL | 4.94º | 0.95% | 0.52% | - |
| HSV(B) | 4.94º | 0.93% | 0.98% | - |
| XYZ | 39.84 | 21.51 | 2.62 | - |
| YUV | 98.22 | 82.74 | 235.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 37 | 18 | 0 | 0.85 | 0.93 | 0.02 | 4.94 | 0.95 | 0.52 |
| Hex | F9 | 25 | 12 | 0 | 55 | 5D | 2 | 5 | 5F | 34 |
| Octal | 371 | 45 | 22 | 0 | 125 | 135 | 2 | 5 | 137 | 64 |
| Binary | 11111001 | 100101 | 10010 | 0 | 1010101 | 1011101 | 10 | 101 | 1011111 | 110100 |
Color Harmonies of #F92512
Complementary color
Monochromatic Colors of #F92512
Black with #F92512
Text Example
Text Example
White with #F92512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92512; }
p { color: rgb(249,37,18); }
H1.HeaderClassName
{
color: #F92512;
}
.AnyTagClassName
{
color: #F92512;
}
</style>
background-color css
<style>
a { background-color: #F92512; }
a { background-color: rgb(249,37,18); }
div.DivClassName
{
background-color: #F92512;
}
.BgClassName
{
background-color: #F92512;
}
</style>
border-color css
<style>
span { border-color: #F92512; }
span { border-color: rgb(249,37,18); }
td.TdClassName
{
border-color: #F92512;
}
.TagClassName
{
border-color: #F92512;
}
</style>