Shades of Scarlet #F91900
Tints of Scarlet #F91900
RGB
CMYK
RGB Variations
Color information
#F91900 (or 0xF91900) is known color: Scarlet. HEX triplet: F9, 19 and 00. RGB value is (249,25,0). Sum of RGB (Red+Green+Blue) = 249+25+0=274 (36% of max value = 765). Red value is 249 (97.66% from 255 or 90.88% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 249 - color contains mainly: red. Hex color #F91900 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91900 is #06E6FF. Grayscale: #595959. Windows color (decimal): -452352 or 6649. OLE color: 6649.
HSL color Cylindrical-coordinate representation of color #F91900: hue angle of 6.02º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F91900 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.02 |
| HSL | 6.02º | 1% | 0.49% | - |
| HSV(B) | 6.02º | 1% | 0.98% | - |
| XYZ | 39.41 | 20.84 | 1.94 | - |
| YUV | 89.13 | 77.71 | 242.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 0 | 0 | 0.90 | 1 | 0.02 | 6.02 | 1 | 0.49 |
| Hex | F9 | 19 | 0 | 0 | 5A | 64 | 2 | 6 | 64 | 31 |
| Octal | 371 | 31 | 0 | 0 | 132 | 144 | 2 | 6 | 144 | 61 |
| Binary | 11111001 | 11001 | 0 | 0 | 1011010 | 1100100 | 10 | 110 | 1100100 | 110001 |
Color Harmonies of #F91900
Complementary color
Monochromatic Colors of #F91900
Black with #F91900
Text Example
Text Example
White with #F91900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91900; }
p { color: rgb(249,25,0); }
H1.HeaderClassName
{
color: #F91900;
}
.AnyTagClassName
{
color: #F91900;
}
</style>
background-color css
<style>
a { background-color: #F91900; }
a { background-color: rgb(249,25,0); }
div.DivClassName
{
background-color: #F91900;
}
.BgClassName
{
background-color: #F91900;
}
</style>
border-color css
<style>
span { border-color: #F91900; }
span { border-color: rgb(249,25,0); }
td.TdClassName
{
border-color: #F91900;
}
.TagClassName
{
border-color: #F91900;
}
</style>