Shades of Scarlet #FB1701
Tints of Scarlet #FB1701
RGB
CMYK
RGB Variations
Color information
#FB1701 (or 0xFB1701) is known color: Scarlet. HEX triplet: FB, 17 and 01. RGB value is (251,23,1). Sum of RGB (Red+Green+Blue) = 251+23+1=275 (36% of max value = 765). Red value is 251 (98.44% from 255 or 91.27% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1701 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1701 is #04E8FE. Grayscale: #585858. Windows color (decimal): -321791 or 71675. OLE color: 71675.
HSL color Cylindrical-coordinate representation of color #FB1701: hue angle of 5.28º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB1701 is Cyan = 0, Magento = 0.91, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 1 | - |
| CMYK | 0 | 0.91 | 1.00 | 0.02 |
| HSL | 5.28º | 0.99% | 0.49% | - |
| HSV(B) | 5.28º | 1% | 0.98% | - |
| XYZ | 40.1 | 21.12 | 1.99 | - |
| YUV | 88.66 | 78.54 | 243.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 1 | 0 | 0.91 | 1.00 | 0.02 | 5.28 | 0.99 | 0.49 |
| Hex | FB | 17 | 1 | 0 | 5B | 64 | 2 | 5 | 63 | 31 |
| Octal | 373 | 27 | 1 | 0 | 133 | 144 | 2 | 5 | 143 | 61 |
| Binary | 11111011 | 10111 | 1 | 0 | 1011011 | 1100100 | 10 | 101 | 1100011 | 110001 |
Color Harmonies of #FB1701
Complementary color
Monochromatic Colors of #FB1701
Black with #FB1701
Text Example
Text Example
White with #FB1701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1701; }
p { color: rgb(251,23,1); }
H1.HeaderClassName
{
color: #FB1701;
}
.AnyTagClassName
{
color: #FB1701;
}
</style>
background-color css
<style>
a { background-color: #FB1701; }
a { background-color: rgb(251,23,1); }
div.DivClassName
{
background-color: #FB1701;
}
.BgClassName
{
background-color: #FB1701;
}
</style>
border-color css
<style>
span { border-color: #FB1701; }
span { border-color: rgb(251,23,1); }
td.TdClassName
{
border-color: #FB1701;
}
.TagClassName
{
border-color: #FB1701;
}
</style>