Shades of Scarlet #F91F0F
Tints of Scarlet #F91F0F
RGB
CMYK
RGB Variations
Color information
#F91F0F (or 0xF91F0F) is known color: Scarlet. HEX triplet: F9, 1F and 0F. RGB value is (249,31,15). Sum of RGB (Red+Green+Blue) = 249+31+15=295 (39% of max value = 765). Red value is 249 (97.66% from 255 or 84.41% from 295); Green value is 31 (12.5% from 255 or 10.51% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 249 - color contains mainly: red. Hex color #F91F0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F91F0F is #06E0F0. Grayscale: #5E5E5E. Windows color (decimal): -450801 or 991225. OLE color: 991225.
HSL color Cylindrical-coordinate representation of color #F91F0F: hue angle of 4.1º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F91F0F is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 31 | 15 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.02 |
| HSL | 4.1º | 0.95% | 0.52% | - |
| HSV(B) | 4.1º | 0.94% | 0.98% | - |
| XYZ | 39.64 | 21.15 | 2.45 | - |
| YUV | 94.36 | 83.22 | 238.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 31 | 15 | 0 | 0.88 | 0.94 | 0.02 | 4.1 | 0.95 | 0.52 |
| Hex | F9 | 1F | F | 0 | 58 | 5E | 2 | 4 | 5F | 34 |
| Octal | 371 | 37 | 17 | 0 | 130 | 136 | 2 | 4 | 137 | 64 |
| Binary | 11111001 | 11111 | 1111 | 0 | 1011000 | 1011110 | 10 | 100 | 1011111 | 110100 |
Color Harmonies of #F91F0F
Complementary color
Monochromatic Colors of #F91F0F
Black with #F91F0F
Text Example
Text Example
White with #F91F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91F0F; }
p { color: rgb(249,31,15); }
H1.HeaderClassName
{
color: #F91F0F;
}
.AnyTagClassName
{
color: #F91F0F;
}
</style>
background-color css
<style>
a { background-color: #F91F0F; }
a { background-color: rgb(249,31,15); }
div.DivClassName
{
background-color: #F91F0F;
}
.BgClassName
{
background-color: #F91F0F;
}
</style>
border-color css
<style>
span { border-color: #F91F0F; }
span { border-color: rgb(249,31,15); }
td.TdClassName
{
border-color: #F91F0F;
}
.TagClassName
{
border-color: #F91F0F;
}
</style>