Shades of Scarlet #FB1F09
Tints of Scarlet #FB1F09
RGB
CMYK
RGB Variations
Color information
#FB1F09 (or 0xFB1F09) is known color: Scarlet. HEX triplet: FB, 1F and 09. RGB value is (251,31,9). Sum of RGB (Red+Green+Blue) = 251+31+9=291 (38% of max value = 765). Red value is 251 (98.44% from 255 or 86.25% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 9 (3.91% from 255 or 3.09% from 291); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1F09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB1F09 is #04E0F6. Grayscale: #5E5E5E. Windows color (decimal): -319735 or 598011. OLE color: 598011.
HSL color Cylindrical-coordinate representation of color #FB1F09: hue angle of 5.45º degrees, saturation: 0.97, 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 #FB1F09 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 31 | 9 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.02 |
| HSL | 5.45º | 0.97% | 0.51% | - |
| HSV(B) | 5.45º | 0.96% | 0.98% | - |
| XYZ | 40.32 | 21.51 | 2.28 | - |
| YUV | 94.27 | 79.89 | 239.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 31 | 9 | 0 | 0.88 | 0.96 | 0.02 | 5.45 | 0.97 | 0.51 |
| Hex | FB | 1F | 9 | 0 | 58 | 60 | 2 | 5 | 61 | 33 |
| Octal | 373 | 37 | 11 | 0 | 130 | 140 | 2 | 5 | 141 | 63 |
| Binary | 11111011 | 11111 | 1001 | 0 | 1011000 | 1100000 | 10 | 101 | 1100001 | 110011 |
Color Harmonies of #FB1F09
Complementary color
Monochromatic Colors of #FB1F09
Black with #FB1F09
Text Example
Text Example
White with #FB1F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1F09; }
p { color: rgb(251,31,9); }
H1.HeaderClassName
{
color: #FB1F09;
}
.AnyTagClassName
{
color: #FB1F09;
}
</style>
background-color css
<style>
a { background-color: #FB1F09; }
a { background-color: rgb(251,31,9); }
div.DivClassName
{
background-color: #FB1F09;
}
.BgClassName
{
background-color: #FB1F09;
}
</style>
border-color css
<style>
span { border-color: #FB1F09; }
span { border-color: rgb(251,31,9); }
td.TdClassName
{
border-color: #FB1F09;
}
.TagClassName
{
border-color: #FB1F09;
}
</style>