Shades of Scarlet #FB1915
Tints of Scarlet #FB1915
RGB
CMYK
RGB Variations
Color information
#FB1915 (or 0xFB1915) is known color: Scarlet. HEX triplet: FB, 19 and 15. RGB value is (251,25,21). Sum of RGB (Red+Green+Blue) = 251+25+21=297 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.51% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1915 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1915 is #04E6EA. Grayscale: #5C5C5C. Windows color (decimal): -321259 or 1382907. OLE color: 1382907.
HSL color Cylindrical-coordinate representation of color #FB1915: hue angle of 1.04º 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 #FB1915 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 21 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.02 |
| HSL | 1.04º | 0.97% | 0.53% | - |
| HSV(B) | 1.04º | 0.92% | 0.98% | - |
| XYZ | 40.27 | 21.26 | 2.69 | - |
| YUV | 92.12 | 87.87 | 241.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 21 | 0 | 0.90 | 0.92 | 0.02 | 1.04 | 0.97 | 0.53 |
| Hex | FB | 19 | 15 | 0 | 5A | 5C | 2 | 1 | 61 | 35 |
| Octal | 373 | 31 | 25 | 0 | 132 | 134 | 2 | 1 | 141 | 65 |
| Binary | 11111011 | 11001 | 10101 | 0 | 1011010 | 1011100 | 10 | 1 | 1100001 | 110101 |
Color Harmonies of #FB1915
Complementary color
Monochromatic Colors of #FB1915
Black with #FB1915
Text Example
Text Example
White with #FB1915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1915; }
p { color: rgb(251,25,21); }
H1.HeaderClassName
{
color: #FB1915;
}
.AnyTagClassName
{
color: #FB1915;
}
</style>
background-color css
<style>
a { background-color: #FB1915; }
a { background-color: rgb(251,25,21); }
div.DivClassName
{
background-color: #FB1915;
}
.BgClassName
{
background-color: #FB1915;
}
</style>
border-color css
<style>
span { border-color: #FB1915; }
span { border-color: rgb(251,25,21); }
td.TdClassName
{
border-color: #FB1915;
}
.TagClassName
{
border-color: #FB1915;
}
</style>