Shades of Scarlet #FB1B16
Tints of Scarlet #FB1B16
RGB
CMYK
RGB Variations
Color information
#FB1B16 (or 0xFB1B16) is known color: Scarlet. HEX triplet: FB, 1B and 16. RGB value is (251,27,22). Sum of RGB (Red+Green+Blue) = 251+27+22=300 (39% of max value = 765). Red value is 251 (98.44% from 255 or 83.67% from 300); Green value is 27 (10.94% from 255 or 9% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1B16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB1B16 is #04E4E9. Grayscale: #5D5D5D. Windows color (decimal): -320746 or 1448955. OLE color: 1448955.
HSL color Cylindrical-coordinate representation of color #FB1B16: hue angle of 1.31º 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 #FB1B16 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 27 | 22 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.02 |
| HSL | 1.31º | 0.97% | 0.54% | - |
| HSV(B) | 1.31º | 0.91% | 0.98% | - |
| XYZ | 40.32 | 21.35 | 2.76 | - |
| YUV | 93.41 | 87.71 | 240.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 27 | 22 | 0 | 0.89 | 0.91 | 0.02 | 1.31 | 0.97 | 0.54 |
| Hex | FB | 1B | 16 | 0 | 59 | 5B | 2 | 1 | 61 | 36 |
| Octal | 373 | 33 | 26 | 0 | 131 | 133 | 2 | 1 | 141 | 66 |
| Binary | 11111011 | 11011 | 10110 | 0 | 1011001 | 1011011 | 10 | 1 | 1100001 | 110110 |
Color Harmonies of #FB1B16
Complementary color
Monochromatic Colors of #FB1B16
Black with #FB1B16
Text Example
Text Example
White with #FB1B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1B16; }
p { color: rgb(251,27,22); }
H1.HeaderClassName
{
color: #FB1B16;
}
.AnyTagClassName
{
color: #FB1B16;
}
</style>
background-color css
<style>
a { background-color: #FB1B16; }
a { background-color: rgb(251,27,22); }
div.DivClassName
{
background-color: #FB1B16;
}
.BgClassName
{
background-color: #FB1B16;
}
</style>
border-color css
<style>
span { border-color: #FB1B16; }
span { border-color: rgb(251,27,22); }
td.TdClassName
{
border-color: #FB1B16;
}
.TagClassName
{
border-color: #FB1B16;
}
</style>