Shades of Scarlet #FB160B
Tints of Scarlet #FB160B
RGB
CMYK
RGB Variations
Color information
#FB160B (or 0xFB160B) is known color: Scarlet. HEX triplet: FB, 16 and 0B. RGB value is (251,22,11). Sum of RGB (Red+Green+Blue) = 251+22+11=284 (37% of max value = 765). Red value is 251 (98.44% from 255 or 88.38% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 11 (4.69% from 255 or 3.87% from 284); Max value from RGB is 251 - color contains mainly: red. Hex color #FB160B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB160B is #04E9F4. Grayscale: #595959. Windows color (decimal): -322037 or 726779. OLE color: 726779.
HSL color Cylindrical-coordinate representation of color #FB160B: hue angle of 2.75º 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 #FB160B is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 11 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.02 |
| HSL | 2.75º | 0.97% | 0.51% | - |
| HSV(B) | 2.75º | 0.96% | 0.98% | - |
| XYZ | 40.13 | 21.11 | 2.28 | - |
| YUV | 89.22 | 83.87 | 243.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 11 | 0 | 0.91 | 0.96 | 0.02 | 2.75 | 0.97 | 0.51 |
| Hex | FB | 16 | B | 0 | 5B | 60 | 2 | 3 | 61 | 33 |
| Octal | 373 | 26 | 13 | 0 | 133 | 140 | 2 | 3 | 141 | 63 |
| Binary | 11111011 | 10110 | 1011 | 0 | 1011011 | 1100000 | 10 | 11 | 1100001 | 110011 |
Color Harmonies of #FB160B
Complementary color
Monochromatic Colors of #FB160B
Black with #FB160B
Text Example
Text Example
White with #FB160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB160B; }
p { color: rgb(251,22,11); }
H1.HeaderClassName
{
color: #FB160B;
}
.AnyTagClassName
{
color: #FB160B;
}
</style>
background-color css
<style>
a { background-color: #FB160B; }
a { background-color: rgb(251,22,11); }
div.DivClassName
{
background-color: #FB160B;
}
.BgClassName
{
background-color: #FB160B;
}
</style>
border-color css
<style>
span { border-color: #FB160B; }
span { border-color: rgb(251,22,11); }
td.TdClassName
{
border-color: #FB160B;
}
.TagClassName
{
border-color: #FB160B;
}
</style>