Shades of Scarlet #FB1614
Tints of Scarlet #FB1614
RGB
CMYK
RGB Variations
Color information
#FB1614 (or 0xFB1614) is known color: Scarlet. HEX triplet: FB, 16 and 14. RGB value is (251,22,20). Sum of RGB (Red+Green+Blue) = 251+22+20=293 (38% of max value = 765). Red value is 251 (98.44% from 255 or 85.67% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1614 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1614 is #04E9EB. Grayscale: #5A5A5A. Windows color (decimal): -322028 or 1316603. OLE color: 1316603.
HSL color Cylindrical-coordinate representation of color #FB1614: hue angle of 0.52º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB1614 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 20 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.02 |
| HSL | 0.52º | 0.97% | 0.53% | - |
| HSV(B) | 0.52º | 0.92% | 0.98% | - |
| XYZ | 40.2 | 21.13 | 2.62 | - |
| YUV | 90.24 | 88.37 | 242.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 20 | 0 | 0.91 | 0.92 | 0.02 | 0.52 | 0.97 | 0.53 |
| Hex | FB | 16 | 14 | 0 | 5B | 5C | 2 | 1 | 61 | 35 |
| Octal | 373 | 26 | 24 | 0 | 133 | 134 | 2 | 1 | 141 | 65 |
| Binary | 11111011 | 10110 | 10100 | 0 | 1011011 | 1011100 | 10 | 1 | 1100001 | 110101 |
Color Harmonies of #FB1614
Complementary color
Monochromatic Colors of #FB1614
Black with #FB1614
Text Example
Text Example
White with #FB1614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1614; }
p { color: rgb(251,22,20); }
H1.HeaderClassName
{
color: #FB1614;
}
.AnyTagClassName
{
color: #FB1614;
}
</style>
background-color css
<style>
a { background-color: #FB1614; }
a { background-color: rgb(251,22,20); }
div.DivClassName
{
background-color: #FB1614;
}
.BgClassName
{
background-color: #FB1614;
}
</style>
border-color css
<style>
span { border-color: #FB1614; }
span { border-color: rgb(251,22,20); }
td.TdClassName
{
border-color: #FB1614;
}
.TagClassName
{
border-color: #FB1614;
}
</style>