Shades of Scarlet #FB1706
Tints of Scarlet #FB1706
RGB
CMYK
RGB Variations
Color information
#FB1706 (or 0xFB1706) is known color: Scarlet. HEX triplet: FB, 17 and 06. RGB value is (251,23,6). Sum of RGB (Red+Green+Blue) = 251+23+6=280 (37% of max value = 765). Red value is 251 (98.44% from 255 or 89.64% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 6 (2.73% from 255 or 2.14% from 280); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1706 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1706 is #04E8F9. Grayscale: #595959. Windows color (decimal): -321786 or 399355. OLE color: 399355.
HSL color Cylindrical-coordinate representation of color #FB1706: hue angle of 4.16º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB1706 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 6 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.02 |
| HSL | 4.16º | 0.97% | 0.5% | - |
| HSV(B) | 4.16º | 0.98% | 0.98% | - |
| XYZ | 40.12 | 21.14 | 2.14 | - |
| YUV | 89.23 | 81.04 | 243.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 6 | 0 | 0.91 | 0.98 | 0.02 | 4.16 | 0.97 | 0.5 |
| Hex | FB | 17 | 6 | 0 | 5B | 62 | 2 | 4 | 61 | 32 |
| Octal | 373 | 27 | 6 | 0 | 133 | 142 | 2 | 4 | 141 | 62 |
| Binary | 11111011 | 10111 | 110 | 0 | 1011011 | 1100010 | 10 | 100 | 1100001 | 110010 |
Color Harmonies of #FB1706
Complementary color
Monochromatic Colors of #FB1706
Black with #FB1706
Text Example
Text Example
White with #FB1706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1706; }
p { color: rgb(251,23,6); }
H1.HeaderClassName
{
color: #FB1706;
}
.AnyTagClassName
{
color: #FB1706;
}
</style>
background-color css
<style>
a { background-color: #FB1706; }
a { background-color: rgb(251,23,6); }
div.DivClassName
{
background-color: #FB1706;
}
.BgClassName
{
background-color: #FB1706;
}
</style>
border-color css
<style>
span { border-color: #FB1706; }
span { border-color: rgb(251,23,6); }
td.TdClassName
{
border-color: #FB1706;
}
.TagClassName
{
border-color: #FB1706;
}
</style>