Shades of Scarlet #F91C00
Tints of Scarlet #F91C00
RGB
CMYK
RGB Variations
Color information
#F91C00 (or 0xF91C00) is known color: Scarlet. HEX triplet: F9, 1C and 00. RGB value is (249,28,0). Sum of RGB (Red+Green+Blue) = 249+28+0=277 (36% of max value = 765). Red value is 249 (97.66% from 255 or 89.89% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 249 - color contains mainly: red. Hex color #F91C00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F91C00 is #06E3FF. Grayscale: #5B5B5B. Windows color (decimal): -451584 or 7417. OLE color: 7417.
HSL color Cylindrical-coordinate representation of color #F91C00: hue angle of 6.75º 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 #F91C00 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 28 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.02 |
| HSL | 6.75º | 1% | 0.49% | - |
| HSV(B) | 6.75º | 1% | 0.98% | - |
| XYZ | 39.48 | 20.97 | 1.97 | - |
| YUV | 90.89 | 76.72 | 240.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 28 | 0 | 0 | 0.89 | 1 | 0.02 | 6.75 | 1 | 0.49 |
| Hex | F9 | 1C | 0 | 0 | 59 | 64 | 2 | 7 | 64 | 31 |
| Octal | 371 | 34 | 0 | 0 | 131 | 144 | 2 | 7 | 144 | 61 |
| Binary | 11111001 | 11100 | 0 | 0 | 1011001 | 1100100 | 10 | 111 | 1100100 | 110001 |
Color Harmonies of #F91C00
Complementary color
Monochromatic Colors of #F91C00
Black with #F91C00
Text Example
Text Example
White with #F91C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91C00; }
p { color: rgb(249,28,0); }
H1.HeaderClassName
{
color: #F91C00;
}
.AnyTagClassName
{
color: #F91C00;
}
</style>
background-color css
<style>
a { background-color: #F91C00; }
a { background-color: rgb(249,28,0); }
div.DivClassName
{
background-color: #F91C00;
}
.BgClassName
{
background-color: #F91C00;
}
</style>
border-color css
<style>
span { border-color: #F91C00; }
span { border-color: rgb(249,28,0); }
td.TdClassName
{
border-color: #F91C00;
}
.TagClassName
{
border-color: #F91C00;
}
</style>