Shades of Scarlet #F91F03
Tints of Scarlet #F91F03
RGB
CMYK
RGB Variations
Color information
#F91F03 (or 0xF91F03) is known color: Scarlet. HEX triplet: F9, 1F and 03. RGB value is (249,31,3). Sum of RGB (Red+Green+Blue) = 249+31+3=283 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.99% from 283); Green value is 31 (12.5% from 255 or 10.95% from 283); Blue value is 3 (1.56% from 255 or 1.06% from 283); Max value from RGB is 249 - color contains mainly: red. Hex color #F91F03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F91F03 is #06E0FC. Grayscale: #5D5D5D. Windows color (decimal): -450813 or 204793. OLE color: 204793.
HSL color Cylindrical-coordinate representation of color #F91F03: hue angle of 6.83º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F91F03 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 31 | 3 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.02 |
| HSL | 6.83º | 0.98% | 0.49% | - |
| HSV(B) | 6.83º | 0.99% | 0.98% | - |
| XYZ | 39.57 | 21.13 | 2.08 | - |
| YUV | 92.99 | 77.22 | 239.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 31 | 3 | 0 | 0.88 | 0.99 | 0.02 | 6.83 | 0.98 | 0.49 |
| Hex | F9 | 1F | 3 | 0 | 58 | 63 | 2 | 7 | 62 | 31 |
| Octal | 371 | 37 | 3 | 0 | 130 | 143 | 2 | 7 | 142 | 61 |
| Binary | 11111001 | 11111 | 11 | 0 | 1011000 | 1100011 | 10 | 111 | 1100010 | 110001 |
Color Harmonies of #F91F03
Complementary color
Monochromatic Colors of #F91F03
Black with #F91F03
Text Example
Text Example
White with #F91F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91F03; }
p { color: rgb(249,31,3); }
H1.HeaderClassName
{
color: #F91F03;
}
.AnyTagClassName
{
color: #F91F03;
}
</style>
background-color css
<style>
a { background-color: #F91F03; }
a { background-color: rgb(249,31,3); }
div.DivClassName
{
background-color: #F91F03;
}
.BgClassName
{
background-color: #F91F03;
}
</style>
border-color css
<style>
span { border-color: #F91F03; }
span { border-color: rgb(249,31,3); }
td.TdClassName
{
border-color: #F91F03;
}
.TagClassName
{
border-color: #F91F03;
}
</style>