Shades of Scarlet #F9200B
Tints of Scarlet #F9200B
RGB
CMYK
RGB Variations
Color information
#F9200B (or 0xF9200B) is known color: Scarlet. HEX triplet: F9, 20 and 0B. RGB value is (249,32,11). Sum of RGB (Red+Green+Blue) = 249+32+11=292 (38% of max value = 765). Red value is 249 (97.66% from 255 or 85.27% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 11 (4.69% from 255 or 3.77% from 292); Max value from RGB is 249 - color contains mainly: red. Hex color #F9200B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9200B is #06DFF4. Grayscale: #5E5E5E. Windows color (decimal): -450549 or 729337. OLE color: 729337.
HSL color Cylindrical-coordinate representation of color #F9200B: hue angle of 5.29º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F9200B is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 11 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.02 |
| HSL | 5.29º | 0.95% | 0.51% | - |
| HSV(B) | 5.29º | 0.96% | 0.98% | - |
| XYZ | 39.64 | 21.2 | 2.32 | - |
| YUV | 94.49 | 80.89 | 238.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 11 | 0 | 0.87 | 0.96 | 0.02 | 5.29 | 0.95 | 0.51 |
| Hex | F9 | 20 | B | 0 | 57 | 60 | 2 | 5 | 5F | 33 |
| Octal | 371 | 40 | 13 | 0 | 127 | 140 | 2 | 5 | 137 | 63 |
| Binary | 11111001 | 100000 | 1011 | 0 | 1010111 | 1100000 | 10 | 101 | 1011111 | 110011 |
Color Harmonies of #F9200B
Complementary color
Monochromatic Colors of #F9200B
Black with #F9200B
Text Example
Text Example
White with #F9200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9200B; }
p { color: rgb(249,32,11); }
H1.HeaderClassName
{
color: #F9200B;
}
.AnyTagClassName
{
color: #F9200B;
}
</style>
background-color css
<style>
a { background-color: #F9200B; }
a { background-color: rgb(249,32,11); }
div.DivClassName
{
background-color: #F9200B;
}
.BgClassName
{
background-color: #F9200B;
}
</style>
border-color css
<style>
span { border-color: #F9200B; }
span { border-color: rgb(249,32,11); }
td.TdClassName
{
border-color: #F9200B;
}
.TagClassName
{
border-color: #F9200B;
}
</style>