Shades of Scarlet #FB190B
Tints of Scarlet #FB190B
RGB
CMYK
RGB Variations
Color information
#FB190B (or 0xFB190B) is known color: Scarlet. HEX triplet: FB, 19 and 0B. RGB value is (251,25,11). Sum of RGB (Red+Green+Blue) = 251+25+11=287 (38% of max value = 765). Red value is 251 (98.44% from 255 or 87.46% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 251 - color contains mainly: red. Hex color #FB190B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB190B is #04E6F4. Grayscale: #5B5B5B. Windows color (decimal): -321269 or 727547. OLE color: 727547.
HSL color Cylindrical-coordinate representation of color #FB190B: hue angle of 3.5º 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 #FB190B is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 11 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.02 |
| HSL | 3.5º | 0.97% | 0.51% | - |
| HSV(B) | 3.5º | 0.96% | 0.98% | - |
| XYZ | 40.19 | 21.23 | 2.3 | - |
| YUV | 90.98 | 82.87 | 242.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 11 | 0 | 0.90 | 0.96 | 0.02 | 3.5 | 0.97 | 0.51 |
| Hex | FB | 19 | B | 0 | 5A | 60 | 2 | 4 | 61 | 33 |
| Octal | 373 | 31 | 13 | 0 | 132 | 140 | 2 | 4 | 141 | 63 |
| Binary | 11111011 | 11001 | 1011 | 0 | 1011010 | 1100000 | 10 | 100 | 1100001 | 110011 |
Color Harmonies of #FB190B
Complementary color
Monochromatic Colors of #FB190B
Black with #FB190B
Text Example
Text Example
White with #FB190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB190B; }
p { color: rgb(251,25,11); }
H1.HeaderClassName
{
color: #FB190B;
}
.AnyTagClassName
{
color: #FB190B;
}
</style>
background-color css
<style>
a { background-color: #FB190B; }
a { background-color: rgb(251,25,11); }
div.DivClassName
{
background-color: #FB190B;
}
.BgClassName
{
background-color: #FB190B;
}
</style>
border-color css
<style>
span { border-color: #FB190B; }
span { border-color: rgb(251,25,11); }
td.TdClassName
{
border-color: #FB190B;
}
.TagClassName
{
border-color: #FB190B;
}
</style>