Shades of Scarlet #F91500
Tints of Scarlet #F91500
RGB
CMYK
RGB Variations
Color information
#F91500 (or 0xF91500) is known color: Scarlet. HEX triplet: F9, 15 and 00. RGB value is (249,21,0). Sum of RGB (Red+Green+Blue) = 249+21+0=270 (35% of max value = 765). Red value is 249 (97.66% from 255 or 92.22% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 249 - color contains mainly: red. Hex color #F91500 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91500 is #06EAFF. Grayscale: #575757. Windows color (decimal): -453376 or 5625. OLE color: 5625.
HSL color Cylindrical-coordinate representation of color #F91500: hue angle of 5.06º 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 #F91500 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 21 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.02 |
| HSL | 5.06º | 1% | 0.49% | - |
| HSV(B) | 5.06º | 1% | 0.98% | - |
| XYZ | 39.34 | 20.68 | 1.92 | - |
| YUV | 86.78 | 79.04 | 243.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 21 | 0 | 0 | 0.92 | 1 | 0.02 | 5.06 | 1 | 0.49 |
| Hex | F9 | 15 | 0 | 0 | 5C | 64 | 2 | 5 | 64 | 31 |
| Octal | 371 | 25 | 0 | 0 | 134 | 144 | 2 | 5 | 144 | 61 |
| Binary | 11111001 | 10101 | 0 | 0 | 1011100 | 1100100 | 10 | 101 | 1100100 | 110001 |
Color Harmonies of #F91500
Complementary color
Monochromatic Colors of #F91500
Black with #F91500
Text Example
Text Example
White with #F91500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91500; }
p { color: rgb(249,21,0); }
H1.HeaderClassName
{
color: #F91500;
}
.AnyTagClassName
{
color: #F91500;
}
</style>
background-color css
<style>
a { background-color: #F91500; }
a { background-color: rgb(249,21,0); }
div.DivClassName
{
background-color: #F91500;
}
.BgClassName
{
background-color: #F91500;
}
</style>
border-color css
<style>
span { border-color: #F91500; }
span { border-color: rgb(249,21,0); }
td.TdClassName
{
border-color: #F91500;
}
.TagClassName
{
border-color: #F91500;
}
</style>