Shades of Scarlet #FB1901
Tints of Scarlet #FB1901
RGB
CMYK
RGB Variations
Color information
#FB1901 (or 0xFB1901) is known color: Scarlet. HEX triplet: FB, 19 and 01. RGB value is (251,25,1). Sum of RGB (Red+Green+Blue) = 251+25+1=277 (36% of max value = 765). Red value is 251 (98.44% from 255 or 90.61% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1901 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1901 is #04E6FE. Grayscale: #5A5A5A. Windows color (decimal): -321279 or 72187. OLE color: 72187.
HSL color Cylindrical-coordinate representation of color #FB1901: hue angle of 5.76º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB1901 is Cyan = 0, Magento = 0.90, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 1 | - |
| CMYK | 0 | 0.90 | 1.00 | 0.02 |
| HSL | 5.76º | 0.99% | 0.49% | - |
| HSV(B) | 5.76º | 1% | 0.98% | - |
| XYZ | 40.14 | 21.21 | 2.01 | - |
| YUV | 89.84 | 77.87 | 242.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 1 | 0 | 0.90 | 1.00 | 0.02 | 5.76 | 0.99 | 0.49 |
| Hex | FB | 19 | 1 | 0 | 5A | 64 | 2 | 6 | 63 | 31 |
| Octal | 373 | 31 | 1 | 0 | 132 | 144 | 2 | 6 | 143 | 61 |
| Binary | 11111011 | 11001 | 1 | 0 | 1011010 | 1100100 | 10 | 110 | 1100011 | 110001 |
Color Harmonies of #FB1901
Complementary color
Monochromatic Colors of #FB1901
Black with #FB1901
Text Example
Text Example
White with #FB1901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1901; }
p { color: rgb(251,25,1); }
H1.HeaderClassName
{
color: #FB1901;
}
.AnyTagClassName
{
color: #FB1901;
}
</style>
background-color css
<style>
a { background-color: #FB1901; }
a { background-color: rgb(251,25,1); }
div.DivClassName
{
background-color: #FB1901;
}
.BgClassName
{
background-color: #FB1901;
}
</style>
border-color css
<style>
span { border-color: #FB1901; }
span { border-color: rgb(251,25,1); }
td.TdClassName
{
border-color: #FB1901;
}
.TagClassName
{
border-color: #FB1901;
}
</style>