Shades of Scarlet #FB310B
Tints of Scarlet #FB310B
RGB
CMYK
RGB Variations
Color information
#FB310B (or 0xFB310B) is known color: Scarlet. HEX triplet: FB, 31 and 0B. RGB value is (251,49,11). Sum of RGB (Red+Green+Blue) = 251+49+11=311 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.71% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 251 - color contains mainly: red. Hex color #FB310B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB310B is #04CEF4. Grayscale: #696969. Windows color (decimal): -315125 or 733691. OLE color: 733691.
HSL color Cylindrical-coordinate representation of color #FB310B: hue angle of 9.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 #FB310B is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 49 | 11 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.02 |
| HSL | 9.5º | 0.97% | 0.51% | - |
| HSV(B) | 9.5º | 0.96% | 0.98% | - |
| XYZ | 40.94 | 22.73 | 2.55 | - |
| YUV | 105.07 | 74.92 | 232.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 49 | 11 | 0 | 0.80 | 0.96 | 0.02 | 9.5 | 0.97 | 0.51 |
| Hex | FB | 31 | B | 0 | 50 | 60 | 2 | A | 61 | 33 |
| Octal | 373 | 61 | 13 | 0 | 120 | 140 | 2 | 12 | 141 | 63 |
| Binary | 11111011 | 110001 | 1011 | 0 | 1010000 | 1100000 | 10 | 1010 | 1100001 | 110011 |
Color Harmonies of #FB310B
Complementary color
Monochromatic Colors of #FB310B
Black with #FB310B
Text Example
Text Example
White with #FB310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB310B; }
p { color: rgb(251,49,11); }
H1.HeaderClassName
{
color: #FB310B;
}
.AnyTagClassName
{
color: #FB310B;
}
</style>
background-color css
<style>
a { background-color: #FB310B; }
a { background-color: rgb(251,49,11); }
div.DivClassName
{
background-color: #FB310B;
}
.BgClassName
{
background-color: #FB310B;
}
</style>
border-color css
<style>
span { border-color: #FB310B; }
span { border-color: rgb(251,49,11); }
td.TdClassName
{
border-color: #FB310B;
}
.TagClassName
{
border-color: #FB310B;
}
</style>