Shades of Scarlet #FB1900
Tints of Scarlet #FB1900
RGB
CMYK
RGB Variations
Color information
#FB1900 (or 0xFB1900) is known color: Scarlet. HEX triplet: FB, 19 and 00. RGB value is (251,25,0). Sum of RGB (Red+Green+Blue) = 251+25+0=276 (36% of max value = 765). Red value is 251 (98.44% from 255 or 90.94% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1900 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1900 is #04E6FF. Grayscale: #5A5A5A. Windows color (decimal): -321280 or 6651. OLE color: 6651.
HSL color Cylindrical-coordinate representation of color #FB1900: hue angle of 5.98º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB1900 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.02 |
| HSL | 5.98º | 1% | 0.49% | - |
| HSV(B) | 5.98º | 1% | 0.98% | - |
| XYZ | 40.13 | 21.2 | 1.98 | - |
| YUV | 89.72 | 77.37 | 243.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 0 | 0 | 0.90 | 1 | 0.02 | 5.98 | 1 | 0.49 |
| Hex | FB | 19 | 0 | 0 | 5A | 64 | 2 | 6 | 64 | 31 |
| Octal | 373 | 31 | 0 | 0 | 132 | 144 | 2 | 6 | 144 | 61 |
| Binary | 11111011 | 11001 | 0 | 0 | 1011010 | 1100100 | 10 | 110 | 1100100 | 110001 |
Color Harmonies of #FB1900
Complementary color
Monochromatic Colors of #FB1900
Black with #FB1900
Text Example
Text Example
White with #FB1900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1900; }
p { color: rgb(251,25,0); }
H1.HeaderClassName
{
color: #FB1900;
}
.AnyTagClassName
{
color: #FB1900;
}
</style>
background-color css
<style>
a { background-color: #FB1900; }
a { background-color: rgb(251,25,0); }
div.DivClassName
{
background-color: #FB1900;
}
.BgClassName
{
background-color: #FB1900;
}
</style>
border-color css
<style>
span { border-color: #FB1900; }
span { border-color: rgb(251,25,0); }
td.TdClassName
{
border-color: #FB1900;
}
.TagClassName
{
border-color: #FB1900;
}
</style>