Shades of Scarlet #FB1710
Tints of Scarlet #FB1710
RGB
CMYK
RGB Variations
Color information
#FB1710 (or 0xFB1710) is known color: Scarlet. HEX triplet: FB, 17 and 10. RGB value is (251,23,16). Sum of RGB (Red+Green+Blue) = 251+23+16=290 (38% of max value = 765). Red value is 251 (98.44% from 255 or 86.55% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1710 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1710 is #04E8EF. Grayscale: #5A5A5A. Windows color (decimal): -321776 or 1054715. OLE color: 1054715.
HSL color Cylindrical-coordinate representation of color #FB1710: hue angle of 1.79º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB1710 is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 16 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.02 |
| HSL | 1.79º | 0.97% | 0.52% | - |
| HSV(B) | 1.79º | 0.94% | 0.98% | - |
| XYZ | 40.18 | 21.16 | 2.46 | - |
| YUV | 90.37 | 86.04 | 242.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 16 | 0 | 0.91 | 0.94 | 0.02 | 1.79 | 0.97 | 0.52 |
| Hex | FB | 17 | 10 | 0 | 5B | 5E | 2 | 2 | 61 | 34 |
| Octal | 373 | 27 | 20 | 0 | 133 | 136 | 2 | 2 | 141 | 64 |
| Binary | 11111011 | 10111 | 10000 | 0 | 1011011 | 1011110 | 10 | 10 | 1100001 | 110100 |
Color Harmonies of #FB1710
Complementary color
Monochromatic Colors of #FB1710
Black with #FB1710
Text Example
Text Example
White with #FB1710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1710; }
p { color: rgb(251,23,16); }
H1.HeaderClassName
{
color: #FB1710;
}
.AnyTagClassName
{
color: #FB1710;
}
</style>
background-color css
<style>
a { background-color: #FB1710; }
a { background-color: rgb(251,23,16); }
div.DivClassName
{
background-color: #FB1710;
}
.BgClassName
{
background-color: #FB1710;
}
</style>
border-color css
<style>
span { border-color: #FB1710; }
span { border-color: rgb(251,23,16); }
td.TdClassName
{
border-color: #FB1710;
}
.TagClassName
{
border-color: #FB1710;
}
</style>