Shades of Scarlet #FB1D16
Tints of Scarlet #FB1D16
RGB
CMYK
RGB Variations
Color information
#FB1D16 (or 0xFB1D16) is known color: Scarlet. HEX triplet: FB, 1D and 16. RGB value is (251,29,22). Sum of RGB (Red+Green+Blue) = 251+29+22=302 (40% of max value = 765). Red value is 251 (98.44% from 255 or 83.11% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1D16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB1D16 is #04E2E9. Grayscale: #5E5E5E. Windows color (decimal): -320234 or 1449467. OLE color: 1449467.
HSL color Cylindrical-coordinate representation of color #FB1D16: hue angle of 1.83º 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 #FB1D16 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 29 | 22 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.02 |
| HSL | 1.83º | 0.97% | 0.54% | - |
| HSV(B) | 1.83º | 0.91% | 0.98% | - |
| XYZ | 40.37 | 21.45 | 2.77 | - |
| YUV | 94.58 | 87.05 | 239.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 29 | 22 | 0 | 0.88 | 0.91 | 0.02 | 1.83 | 0.97 | 0.54 |
| Hex | FB | 1D | 16 | 0 | 58 | 5B | 2 | 2 | 61 | 36 |
| Octal | 373 | 35 | 26 | 0 | 130 | 133 | 2 | 2 | 141 | 66 |
| Binary | 11111011 | 11101 | 10110 | 0 | 1011000 | 1011011 | 10 | 10 | 1100001 | 110110 |
Color Harmonies of #FB1D16
Complementary color
Monochromatic Colors of #FB1D16
Black with #FB1D16
Text Example
Text Example
White with #FB1D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1D16; }
p { color: rgb(251,29,22); }
H1.HeaderClassName
{
color: #FB1D16;
}
.AnyTagClassName
{
color: #FB1D16;
}
</style>
background-color css
<style>
a { background-color: #FB1D16; }
a { background-color: rgb(251,29,22); }
div.DivClassName
{
background-color: #FB1D16;
}
.BgClassName
{
background-color: #FB1D16;
}
</style>
border-color css
<style>
span { border-color: #FB1D16; }
span { border-color: rgb(251,29,22); }
td.TdClassName
{
border-color: #FB1D16;
}
.TagClassName
{
border-color: #FB1D16;
}
</style>