Shades of Scarlet #FB1600
Tints of Scarlet #FB1600
RGB
CMYK
RGB Variations
Color information
#FB1600 (or 0xFB1600) is known color: Scarlet. HEX triplet: FB, 16 and 00. RGB value is (251,22,0). Sum of RGB (Red+Green+Blue) = 251+22+0=273 (36% of max value = 765). Red value is 251 (98.44% from 255 or 91.94% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1600 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1600 is #04E9FF. Grayscale: #585858. Windows color (decimal): -322048 or 5883. OLE color: 5883.
HSL color Cylindrical-coordinate representation of color #FB1600: hue angle of 5.26º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB1600 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.02 |
| HSL | 5.26º | 1% | 0.49% | - |
| HSV(B) | 5.26º | 1% | 0.98% | - |
| XYZ | 40.07 | 21.08 | 1.96 | - |
| YUV | 87.96 | 78.37 | 244.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 0 | 0 | 0.91 | 1 | 0.02 | 5.26 | 1 | 0.49 |
| Hex | FB | 16 | 0 | 0 | 5B | 64 | 2 | 5 | 64 | 31 |
| Octal | 373 | 26 | 0 | 0 | 133 | 144 | 2 | 5 | 144 | 61 |
| Binary | 11111011 | 10110 | 0 | 0 | 1011011 | 1100100 | 10 | 101 | 1100100 | 110001 |
Color Harmonies of #FB1600
Complementary color
Monochromatic Colors of #FB1600
Black with #FB1600
Text Example
Text Example
White with #FB1600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1600; }
p { color: rgb(251,22,0); }
H1.HeaderClassName
{
color: #FB1600;
}
.AnyTagClassName
{
color: #FB1600;
}
</style>
background-color css
<style>
a { background-color: #FB1600; }
a { background-color: rgb(251,22,0); }
div.DivClassName
{
background-color: #FB1600;
}
.BgClassName
{
background-color: #FB1600;
}
</style>
border-color css
<style>
span { border-color: #FB1600; }
span { border-color: rgb(251,22,0); }
td.TdClassName
{
border-color: #FB1600;
}
.TagClassName
{
border-color: #FB1600;
}
</style>