Shades of Scarlet #F9211F
Tints of Scarlet #F9211F
RGB
CMYK
RGB Variations
Color information
#F9211F (or 0xF9211F) is known color: Scarlet. HEX triplet: F9, 21 and 1F. RGB value is (249,33,31). Sum of RGB (Red+Green+Blue) = 249+33+31=313 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.55% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 249 - color contains mainly: red. Hex color #F9211F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9211F is #06DEE0. Grayscale: #616161. Windows color (decimal): -450273 or 2040313. OLE color: 2040313.
HSL color Cylindrical-coordinate representation of color #F9211F: hue angle of 0.55º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F9211F is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 33 | 31 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.02 |
| HSL | 0.55º | 0.95% | 0.55% | - |
| HSV(B) | 0.55º | 0.88% | 0.98% | - |
| XYZ | 39.86 | 21.33 | 3.31 | - |
| YUV | 97.36 | 90.56 | 236.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 33 | 31 | 0 | 0.87 | 0.88 | 0.02 | 0.55 | 0.95 | 0.55 |
| Hex | F9 | 21 | 1F | 0 | 57 | 58 | 2 | 1 | 5F | 37 |
| Octal | 371 | 41 | 37 | 0 | 127 | 130 | 2 | 1 | 137 | 67 |
| Binary | 11111001 | 100001 | 11111 | 0 | 1010111 | 1011000 | 10 | 1 | 1011111 | 110111 |
Color Harmonies of #F9211F
Complementary color
Monochromatic Colors of #F9211F
Black with #F9211F
Text Example
Text Example
White with #F9211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9211F; }
p { color: rgb(249,33,31); }
H1.HeaderClassName
{
color: #F9211F;
}
.AnyTagClassName
{
color: #F9211F;
}
</style>
background-color css
<style>
a { background-color: #F9211F; }
a { background-color: rgb(249,33,31); }
div.DivClassName
{
background-color: #F9211F;
}
.BgClassName
{
background-color: #F9211F;
}
</style>
border-color css
<style>
span { border-color: #F9211F; }
span { border-color: rgb(249,33,31); }
td.TdClassName
{
border-color: #F9211F;
}
.TagClassName
{
border-color: #F9211F;
}
</style>