Shades of Scarlet #F91603
Tints of Scarlet #F91603
RGB
CMYK
RGB Variations
Color information
#F91603 (or 0xF91603) is known color: Scarlet. HEX triplet: F9, 16 and 03. RGB value is (249,22,3). Sum of RGB (Red+Green+Blue) = 249+22+3=274 (36% of max value = 765). Red value is 249 (97.66% from 255 or 90.88% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 249 - color contains mainly: red. Hex color #F91603 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91603 is #06E9FC. Grayscale: #585858. Windows color (decimal): -453117 or 202489. OLE color: 202489.
HSL color Cylindrical-coordinate representation of color #F91603: hue angle of 4.63º 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 #F91603 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 22 | 3 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.02 |
| HSL | 4.63º | 0.98% | 0.49% | - |
| HSV(B) | 4.63º | 0.99% | 0.98% | - |
| XYZ | 39.37 | 20.72 | 2.01 | - |
| YUV | 87.71 | 80.21 | 243.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 22 | 3 | 0 | 0.91 | 0.99 | 0.02 | 4.63 | 0.98 | 0.49 |
| Hex | F9 | 16 | 3 | 0 | 5B | 63 | 2 | 5 | 62 | 31 |
| Octal | 371 | 26 | 3 | 0 | 133 | 143 | 2 | 5 | 142 | 61 |
| Binary | 11111001 | 10110 | 11 | 0 | 1011011 | 1100011 | 10 | 101 | 1100010 | 110001 |
Color Harmonies of #F91603
Complementary color
Monochromatic Colors of #F91603
Black with #F91603
Text Example
Text Example
White with #F91603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91603; }
p { color: rgb(249,22,3); }
H1.HeaderClassName
{
color: #F91603;
}
.AnyTagClassName
{
color: #F91603;
}
</style>
background-color css
<style>
a { background-color: #F91603; }
a { background-color: rgb(249,22,3); }
div.DivClassName
{
background-color: #F91603;
}
.BgClassName
{
background-color: #F91603;
}
</style>
border-color css
<style>
span { border-color: #F91603; }
span { border-color: rgb(249,22,3); }
td.TdClassName
{
border-color: #F91603;
}
.TagClassName
{
border-color: #F91603;
}
</style>