Shades of Scarlet #F91A00
Tints of Scarlet #F91A00
RGB
CMYK
RGB Variations
Color information
#F91A00 (or 0xF91A00) is known color: Scarlet. HEX triplet: F9, 1A and 00. RGB value is (249,26,0). Sum of RGB (Red+Green+Blue) = 249+26+0=275 (36% of max value = 765). Red value is 249 (97.66% from 255 or 90.55% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F91A00 is #06E5FF. Grayscale: #5A5A5A. Windows color (decimal): -452096 or 6905. OLE color: 6905.
HSL color Cylindrical-coordinate representation of color #F91A00: hue angle of 6.27º 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 #F91A00 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.02 |
| HSL | 6.27º | 1% | 0.49% | - |
| HSV(B) | 6.27º | 1% | 0.98% | - |
| XYZ | 39.44 | 20.88 | 1.95 | - |
| YUV | 89.71 | 77.38 | 241.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 0 | 0 | 0.90 | 1 | 0.02 | 6.27 | 1 | 0.49 |
| Hex | F9 | 1A | 0 | 0 | 5A | 64 | 2 | 6 | 64 | 31 |
| Octal | 371 | 32 | 0 | 0 | 132 | 144 | 2 | 6 | 144 | 61 |
| Binary | 11111001 | 11010 | 0 | 0 | 1011010 | 1100100 | 10 | 110 | 1100100 | 110001 |
Color Harmonies of #F91A00
Complementary color
Monochromatic Colors of #F91A00
Black with #F91A00
Text Example
Text Example
White with #F91A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91A00; }
p { color: rgb(249,26,0); }
H1.HeaderClassName
{
color: #F91A00;
}
.AnyTagClassName
{
color: #F91A00;
}
</style>
background-color css
<style>
a { background-color: #F91A00; }
a { background-color: rgb(249,26,0); }
div.DivClassName
{
background-color: #F91A00;
}
.BgClassName
{
background-color: #F91A00;
}
</style>
border-color css
<style>
span { border-color: #F91A00; }
span { border-color: rgb(249,26,0); }
td.TdClassName
{
border-color: #F91A00;
}
.TagClassName
{
border-color: #F91A00;
}
</style>