Shades of Scarlet #FB1A14
Tints of Scarlet #FB1A14
RGB
CMYK
RGB Variations
Color information
#FB1A14 (or 0xFB1A14) is known color: Scarlet. HEX triplet: FB, 1A and 14. RGB value is (251,26,20). Sum of RGB (Red+Green+Blue) = 251+26+20=297 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.51% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1A14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB1A14 is #04E5EB. Grayscale: #5C5C5C. Windows color (decimal): -321004 or 1317627. OLE color: 1317627.
HSL color Cylindrical-coordinate representation of color #FB1A14: hue angle of 1.56º 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 #FB1A14 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 26 | 20 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.02 |
| HSL | 1.56º | 0.97% | 0.53% | - |
| HSV(B) | 1.56º | 0.92% | 0.98% | - |
| XYZ | 40.28 | 21.3 | 2.65 | - |
| YUV | 92.59 | 87.04 | 240.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 26 | 20 | 0 | 0.90 | 0.92 | 0.02 | 1.56 | 0.97 | 0.53 |
| Hex | FB | 1A | 14 | 0 | 5A | 5C | 2 | 2 | 61 | 35 |
| Octal | 373 | 32 | 24 | 0 | 132 | 134 | 2 | 2 | 141 | 65 |
| Binary | 11111011 | 11010 | 10100 | 0 | 1011010 | 1011100 | 10 | 10 | 1100001 | 110101 |
Color Harmonies of #FB1A14
Complementary color
Monochromatic Colors of #FB1A14
Black with #FB1A14
Text Example
Text Example
White with #FB1A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1A14; }
p { color: rgb(251,26,20); }
H1.HeaderClassName
{
color: #FB1A14;
}
.AnyTagClassName
{
color: #FB1A14;
}
</style>
background-color css
<style>
a { background-color: #FB1A14; }
a { background-color: rgb(251,26,20); }
div.DivClassName
{
background-color: #FB1A14;
}
.BgClassName
{
background-color: #FB1A14;
}
</style>
border-color css
<style>
span { border-color: #FB1A14; }
span { border-color: rgb(251,26,20); }
td.TdClassName
{
border-color: #FB1A14;
}
.TagClassName
{
border-color: #FB1A14;
}
</style>