Shades of Scarlet #FB1912
Tints of Scarlet #FB1912
RGB
CMYK
RGB Variations
Color information
#FB1912 (or 0xFB1912) is known color: Scarlet. HEX triplet: FB, 19 and 12. RGB value is (251,25,18). Sum of RGB (Red+Green+Blue) = 251+25+18=294 (38% of max value = 765). Red value is 251 (98.44% from 255 or 85.37% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1912 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1912 is #04E6ED. Grayscale: #5C5C5C. Windows color (decimal): -321262 or 1186299. OLE color: 1186299.
HSL color Cylindrical-coordinate representation of color #FB1912: hue angle of 1.8º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB1912 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 18 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.02 |
| HSL | 1.8º | 0.97% | 0.53% | - |
| HSV(B) | 1.8º | 0.93% | 0.98% | - |
| XYZ | 40.24 | 21.25 | 2.55 | - |
| YUV | 91.78 | 86.37 | 241.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 18 | 0 | 0.90 | 0.93 | 0.02 | 1.8 | 0.97 | 0.53 |
| Hex | FB | 19 | 12 | 0 | 5A | 5D | 2 | 2 | 61 | 35 |
| Octal | 373 | 31 | 22 | 0 | 132 | 135 | 2 | 2 | 141 | 65 |
| Binary | 11111011 | 11001 | 10010 | 0 | 1011010 | 1011101 | 10 | 10 | 1100001 | 110101 |
Color Harmonies of #FB1912
Complementary color
Monochromatic Colors of #FB1912
Black with #FB1912
Text Example
Text Example
White with #FB1912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1912; }
p { color: rgb(251,25,18); }
H1.HeaderClassName
{
color: #FB1912;
}
.AnyTagClassName
{
color: #FB1912;
}
</style>
background-color css
<style>
a { background-color: #FB1912; }
a { background-color: rgb(251,25,18); }
div.DivClassName
{
background-color: #FB1912;
}
.BgClassName
{
background-color: #FB1912;
}
</style>
border-color css
<style>
span { border-color: #FB1912; }
span { border-color: rgb(251,25,18); }
td.TdClassName
{
border-color: #FB1912;
}
.TagClassName
{
border-color: #FB1912;
}
</style>