Shades of Scarlet #FB1515
Tints of Scarlet #FB1515
RGB
CMYK
RGB Variations
Color information
#FB1515 (or 0xFB1515) is known color: Scarlet. HEX triplet: FB, 15 and 15. RGB value is (251,21,21). Sum of RGB (Red+Green+Blue) = 251+21+21=293 (38% of max value = 765). Red value is 251 (98.44% from 255 or 85.67% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1515 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1515 is #04EAEA. Grayscale: #5A5A5A. Windows color (decimal): -322283 or 1381883. OLE color: 1381883.
HSL color Cylindrical-coordinate representation of color #FB1515: hue angle of 0º 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 #FB1515 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 21 | 21 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.02 |
| HSL | 0º | 0.97% | 0.53% | - |
| HSV(B) | 0º | 0.92% | 0.98% | - |
| XYZ | 40.19 | 21.1 | 2.66 | - |
| YUV | 89.77 | 89.2 | 243 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 21 | 21 | 0 | 0.92 | 0.92 | 0.02 | 0 | 0.97 | 0.53 |
| Hex | FB | 15 | 15 | 0 | 5C | 5C | 2 | 0 | 61 | 35 |
| Octal | 373 | 25 | 25 | 0 | 134 | 134 | 2 | 0 | 141 | 65 |
| Binary | 11111011 | 10101 | 10101 | 0 | 1011100 | 1011100 | 10 | 0 | 1100001 | 110101 |
Color Harmonies of #FB1515
Complementary color
Monochromatic Colors of #FB1515
Black with #FB1515
Text Example
Text Example
White with #FB1515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1515; }
p { color: rgb(251,21,21); }
H1.HeaderClassName
{
color: #FB1515;
}
.AnyTagClassName
{
color: #FB1515;
}
</style>
background-color css
<style>
a { background-color: #FB1515; }
a { background-color: rgb(251,21,21); }
div.DivClassName
{
background-color: #FB1515;
}
.BgClassName
{
background-color: #FB1515;
}
</style>
border-color css
<style>
span { border-color: #FB1515; }
span { border-color: rgb(251,21,21); }
td.TdClassName
{
border-color: #FB1515;
}
.TagClassName
{
border-color: #FB1515;
}
</style>