Shades of Scarlet #FB1715
Tints of Scarlet #FB1715
RGB
CMYK
RGB Variations
Color information
#FB1715 (or 0xFB1715) is known color: Scarlet. HEX triplet: FB, 17 and 15. RGB value is (251,23,21). Sum of RGB (Red+Green+Blue) = 251+23+21=295 (39% of max value = 765). Red value is 251 (98.44% from 255 or 85.08% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1715 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1715 is #04E8EA. Grayscale: #5B5B5B. Windows color (decimal): -321771 or 1382395. OLE color: 1382395.
HSL color Cylindrical-coordinate representation of color #FB1715: hue angle of 0.52º 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 #FB1715 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 21 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.02 |
| HSL | 0.52º | 0.97% | 0.53% | - |
| HSV(B) | 0.52º | 0.92% | 0.98% | - |
| XYZ | 40.23 | 21.18 | 2.68 | - |
| YUV | 90.94 | 88.54 | 242.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 21 | 0 | 0.91 | 0.92 | 0.02 | 0.52 | 0.97 | 0.53 |
| Hex | FB | 17 | 15 | 0 | 5B | 5C | 2 | 1 | 61 | 35 |
| Octal | 373 | 27 | 25 | 0 | 133 | 134 | 2 | 1 | 141 | 65 |
| Binary | 11111011 | 10111 | 10101 | 0 | 1011011 | 1011100 | 10 | 1 | 1100001 | 110101 |
Color Harmonies of #FB1715
Complementary color
Monochromatic Colors of #FB1715
Black with #FB1715
Text Example
Text Example
White with #FB1715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1715; }
p { color: rgb(251,23,21); }
H1.HeaderClassName
{
color: #FB1715;
}
.AnyTagClassName
{
color: #FB1715;
}
</style>
background-color css
<style>
a { background-color: #FB1715; }
a { background-color: rgb(251,23,21); }
div.DivClassName
{
background-color: #FB1715;
}
.BgClassName
{
background-color: #FB1715;
}
</style>
border-color css
<style>
span { border-color: #FB1715; }
span { border-color: rgb(251,23,21); }
td.TdClassName
{
border-color: #FB1715;
}
.TagClassName
{
border-color: #FB1715;
}
</style>