Shades of Scarlet #F9211B
Tints of Scarlet #F9211B
RGB
CMYK
RGB Variations
Color information
#F9211B (or 0xF9211B) is known color: Scarlet. HEX triplet: F9, 21 and 1B. RGB value is (249,33,27). Sum of RGB (Red+Green+Blue) = 249+33+27=309 (40% of max value = 765). Red value is 249 (97.66% from 255 or 80.58% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 27 (10.94% from 255 or 8.74% from 309); Max value from RGB is 249 - color contains mainly: red. Hex color #F9211B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9211B is #06DEE4. Grayscale: #616161. Windows color (decimal): -450277 or 1778169. OLE color: 1778169.
HSL color Cylindrical-coordinate representation of color #F9211B: hue angle of 1.62º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F9211B is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 33 | 27 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.02 |
| HSL | 1.62º | 0.95% | 0.54% | - |
| HSV(B) | 1.62º | 0.89% | 0.98% | - |
| XYZ | 39.81 | 21.31 | 3.05 | - |
| YUV | 96.9 | 88.56 | 236.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 33 | 27 | 0 | 0.87 | 0.89 | 0.02 | 1.62 | 0.95 | 0.54 |
| Hex | F9 | 21 | 1B | 0 | 57 | 59 | 2 | 2 | 5F | 36 |
| Octal | 371 | 41 | 33 | 0 | 127 | 131 | 2 | 2 | 137 | 66 |
| Binary | 11111001 | 100001 | 11011 | 0 | 1010111 | 1011001 | 10 | 10 | 1011111 | 110110 |
Color Harmonies of #F9211B
Complementary color
Monochromatic Colors of #F9211B
Black with #F9211B
Text Example
Text Example
White with #F9211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9211B; }
p { color: rgb(249,33,27); }
H1.HeaderClassName
{
color: #F9211B;
}
.AnyTagClassName
{
color: #F9211B;
}
</style>
background-color css
<style>
a { background-color: #F9211B; }
a { background-color: rgb(249,33,27); }
div.DivClassName
{
background-color: #F9211B;
}
.BgClassName
{
background-color: #F9211B;
}
</style>
border-color css
<style>
span { border-color: #F9211B; }
span { border-color: rgb(249,33,27); }
td.TdClassName
{
border-color: #F9211B;
}
.TagClassName
{
border-color: #F9211B;
}
</style>