Shades of Scarlet #F91305
Tints of Scarlet #F91305
RGB
CMYK
RGB Variations
Color information
#F91305 (or 0xF91305) is known color: Scarlet. HEX triplet: F9, 13 and 05. RGB value is (249,19,5). Sum of RGB (Red+Green+Blue) = 249+19+5=273 (36% of max value = 765). Red value is 249 (97.66% from 255 or 91.21% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 249 - color contains mainly: red. Hex color #F91305 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91305 is #06ECFA. Grayscale: #565656. Windows color (decimal): -453883 or 332793. OLE color: 332793.
HSL color Cylindrical-coordinate representation of color #F91305: hue angle of 3.44º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F91305 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 19 | 5 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.02 |
| HSL | 3.44º | 0.96% | 0.5% | - |
| HSV(B) | 3.44º | 0.98% | 0.98% | - |
| XYZ | 39.33 | 20.62 | 2.05 | - |
| YUV | 86.17 | 82.2 | 244.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 19 | 5 | 0 | 0.92 | 0.98 | 0.02 | 3.44 | 0.96 | 0.5 |
| Hex | F9 | 13 | 5 | 0 | 5C | 62 | 2 | 3 | 60 | 32 |
| Octal | 371 | 23 | 5 | 0 | 134 | 142 | 2 | 3 | 140 | 62 |
| Binary | 11111001 | 10011 | 101 | 0 | 1011100 | 1100010 | 10 | 11 | 1100000 | 110010 |
Color Harmonies of #F91305
Complementary color
Monochromatic Colors of #F91305
Black with #F91305
Text Example
Text Example
White with #F91305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91305; }
p { color: rgb(249,19,5); }
H1.HeaderClassName
{
color: #F91305;
}
.AnyTagClassName
{
color: #F91305;
}
</style>
background-color css
<style>
a { background-color: #F91305; }
a { background-color: rgb(249,19,5); }
div.DivClassName
{
background-color: #F91305;
}
.BgClassName
{
background-color: #F91305;
}
</style>
border-color css
<style>
span { border-color: #F91305; }
span { border-color: rgb(249,19,5); }
td.TdClassName
{
border-color: #F91305;
}
.TagClassName
{
border-color: #F91305;
}
</style>