Shades of Scarlet #FB190E
Tints of Scarlet #FB190E
RGB
CMYK
RGB Variations
Color information
#FB190E (or 0xFB190E) is known color: Scarlet. HEX triplet: FB, 19 and 0E. RGB value is (251,25,14). Sum of RGB (Red+Green+Blue) = 251+25+14=290 (38% of max value = 765). Red value is 251 (98.44% from 255 or 86.55% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 251 - color contains mainly: red. Hex color #FB190E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB190E is #04E6F1. Grayscale: #5B5B5B. Windows color (decimal): -321266 or 924155. OLE color: 924155.
HSL color Cylindrical-coordinate representation of color #FB190E: hue angle of 2.78º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB190E is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 14 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.02 |
| HSL | 2.78º | 0.97% | 0.52% | - |
| HSV(B) | 2.78º | 0.94% | 0.98% | - |
| XYZ | 40.21 | 21.24 | 2.4 | - |
| YUV | 91.32 | 84.37 | 241.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 14 | 0 | 0.90 | 0.94 | 0.02 | 2.78 | 0.97 | 0.52 |
| Hex | FB | 19 | E | 0 | 5A | 5E | 2 | 3 | 61 | 34 |
| Octal | 373 | 31 | 16 | 0 | 132 | 136 | 2 | 3 | 141 | 64 |
| Binary | 11111011 | 11001 | 1110 | 0 | 1011010 | 1011110 | 10 | 11 | 1100001 | 110100 |
Color Harmonies of #FB190E
Complementary color
Monochromatic Colors of #FB190E
Black with #FB190E
Text Example
Text Example
White with #FB190E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB190E; }
p { color: rgb(251,25,14); }
H1.HeaderClassName
{
color: #FB190E;
}
.AnyTagClassName
{
color: #FB190E;
}
</style>
background-color css
<style>
a { background-color: #FB190E; }
a { background-color: rgb(251,25,14); }
div.DivClassName
{
background-color: #FB190E;
}
.BgClassName
{
background-color: #FB190E;
}
</style>
border-color css
<style>
span { border-color: #FB190E; }
span { border-color: rgb(251,25,14); }
td.TdClassName
{
border-color: #FB190E;
}
.TagClassName
{
border-color: #FB190E;
}
</style>