Shades of Scarlet #FB1B18
Tints of Scarlet #FB1B18
RGB
CMYK
RGB Variations
Color information
#FB1B18 (or 0xFB1B18) is known color: Scarlet. HEX triplet: FB, 1B and 18. RGB value is (251,27,24). Sum of RGB (Red+Green+Blue) = 251+27+24=302 (40% of max value = 765). Red value is 251 (98.44% from 255 or 83.11% from 302); Green value is 27 (10.94% from 255 or 8.94% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1B18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB1B18 is #04E4E7. Grayscale: #5D5D5D. Windows color (decimal): -320744 or 1580027. OLE color: 1580027.
HSL color Cylindrical-coordinate representation of color #FB1B18: hue angle of 0.79º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1B18 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 27 | 24 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.02 |
| HSL | 0.79º | 0.97% | 0.54% | - |
| HSV(B) | 0.79º | 0.9% | 0.98% | - |
| XYZ | 40.34 | 21.36 | 2.86 | - |
| YUV | 93.63 | 88.71 | 240.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 27 | 24 | 0 | 0.89 | 0.90 | 0.02 | 0.79 | 0.97 | 0.54 |
| Hex | FB | 1B | 18 | 0 | 59 | 5A | 2 | 1 | 61 | 36 |
| Octal | 373 | 33 | 30 | 0 | 131 | 132 | 2 | 1 | 141 | 66 |
| Binary | 11111011 | 11011 | 11000 | 0 | 1011001 | 1011010 | 10 | 1 | 1100001 | 110110 |
Color Harmonies of #FB1B18
Complementary color
Monochromatic Colors of #FB1B18
Black with #FB1B18
Text Example
Text Example
White with #FB1B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1B18; }
p { color: rgb(251,27,24); }
H1.HeaderClassName
{
color: #FB1B18;
}
.AnyTagClassName
{
color: #FB1B18;
}
</style>
background-color css
<style>
a { background-color: #FB1B18; }
a { background-color: rgb(251,27,24); }
div.DivClassName
{
background-color: #FB1B18;
}
.BgClassName
{
background-color: #FB1B18;
}
</style>
border-color css
<style>
span { border-color: #FB1B18; }
span { border-color: rgb(251,27,24); }
td.TdClassName
{
border-color: #FB1B18;
}
.TagClassName
{
border-color: #FB1B18;
}
</style>