Shades of Scarlet #FB2016
Tints of Scarlet #FB2016
RGB
CMYK
RGB Variations
Color information
#FB2016 (or 0xFB2016) is known color: Scarlet. HEX triplet: FB, 20 and 16. RGB value is (251,32,22). Sum of RGB (Red+Green+Blue) = 251+32+22=305 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.30% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2016 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2016 is #04DFE9. Grayscale: #606060. Windows color (decimal): -319466 or 1450235. OLE color: 1450235.
HSL color Cylindrical-coordinate representation of color #FB2016: hue angle of 2.62º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB2016 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 22 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.02 |
| HSL | 2.62º | 0.97% | 0.54% | - |
| HSV(B) | 2.62º | 0.91% | 0.98% | - |
| XYZ | 40.44 | 21.6 | 2.8 | - |
| YUV | 96.34 | 86.05 | 238.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 22 | 0 | 0.87 | 0.91 | 0.02 | 2.62 | 0.97 | 0.54 |
| Hex | FB | 20 | 16 | 0 | 57 | 5B | 2 | 3 | 61 | 36 |
| Octal | 373 | 40 | 26 | 0 | 127 | 133 | 2 | 3 | 141 | 66 |
| Binary | 11111011 | 100000 | 10110 | 0 | 1010111 | 1011011 | 10 | 11 | 1100001 | 110110 |
Color Harmonies of #FB2016
Complementary color
Monochromatic Colors of #FB2016
Black with #FB2016
Text Example
Text Example
White with #FB2016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2016; }
p { color: rgb(251,32,22); }
H1.HeaderClassName
{
color: #FB2016;
}
.AnyTagClassName
{
color: #FB2016;
}
</style>
background-color css
<style>
a { background-color: #FB2016; }
a { background-color: rgb(251,32,22); }
div.DivClassName
{
background-color: #FB2016;
}
.BgClassName
{
background-color: #FB2016;
}
</style>
border-color css
<style>
span { border-color: #FB2016; }
span { border-color: rgb(251,32,22); }
td.TdClassName
{
border-color: #FB2016;
}
.TagClassName
{
border-color: #FB2016;
}
</style>