Shades of Scarlet #F91805
Tints of Scarlet #F91805
RGB
CMYK
RGB Variations
Color information
#F91805 (or 0xF91805) is known color: Scarlet. HEX triplet: F9, 18 and 05. RGB value is (249,24,5). Sum of RGB (Red+Green+Blue) = 249+24+5=278 (36% of max value = 765). Red value is 249 (97.66% from 255 or 89.57% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 5 (2.34% from 255 or 1.80% from 278); Max value from RGB is 249 - color contains mainly: red. Hex color #F91805 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91805 is #06E7FA. Grayscale: #595959. Windows color (decimal): -452603 or 334073. OLE color: 334073.
HSL color Cylindrical-coordinate representation of color #F91805: hue angle of 4.67º 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 #F91805 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 24 | 5 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.02 |
| HSL | 4.67º | 0.96% | 0.5% | - |
| HSV(B) | 4.67º | 0.98% | 0.98% | - |
| XYZ | 39.42 | 20.8 | 2.08 | - |
| YUV | 89.11 | 80.54 | 242.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 5 | 0 | 0.90 | 0.98 | 0.02 | 4.67 | 0.96 | 0.5 |
| Hex | F9 | 18 | 5 | 0 | 5A | 62 | 2 | 5 | 60 | 32 |
| Octal | 371 | 30 | 5 | 0 | 132 | 142 | 2 | 5 | 140 | 62 |
| Binary | 11111001 | 11000 | 101 | 0 | 1011010 | 1100010 | 10 | 101 | 1100000 | 110010 |
Color Harmonies of #F91805
Complementary color
Monochromatic Colors of #F91805
Black with #F91805
Text Example
Text Example
White with #F91805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91805; }
p { color: rgb(249,24,5); }
H1.HeaderClassName
{
color: #F91805;
}
.AnyTagClassName
{
color: #F91805;
}
</style>
background-color css
<style>
a { background-color: #F91805; }
a { background-color: rgb(249,24,5); }
div.DivClassName
{
background-color: #F91805;
}
.BgClassName
{
background-color: #F91805;
}
</style>
border-color css
<style>
span { border-color: #F91805; }
span { border-color: rgb(249,24,5); }
td.TdClassName
{
border-color: #F91805;
}
.TagClassName
{
border-color: #F91805;
}
</style>