Shades of Scarlet #FB1615
Tints of Scarlet #FB1615
RGB
CMYK
RGB Variations
Color information
#FB1615 (or 0xFB1615) is known color: Scarlet. HEX triplet: FB, 16 and 15. RGB value is (251,22,21). Sum of RGB (Red+Green+Blue) = 251+22+21=294 (38% of max value = 765). Red value is 251 (98.44% from 255 or 85.37% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1615 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1615 is #04E9EA. Grayscale: #5A5A5A. Windows color (decimal): -322027 or 1382139. OLE color: 1382139.
HSL color Cylindrical-coordinate representation of color #FB1615: hue angle of 0.26º 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 #FB1615 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 21 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.02 |
| HSL | 0.26º | 0.97% | 0.53% | - |
| HSV(B) | 0.26º | 0.92% | 0.98% | - |
| XYZ | 40.21 | 21.14 | 2.67 | - |
| YUV | 90.36 | 88.87 | 242.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 21 | 0 | 0.91 | 0.92 | 0.02 | 0.26 | 0.97 | 0.53 |
| Hex | FB | 16 | 15 | 0 | 5B | 5C | 2 | 0 | 61 | 35 |
| Octal | 373 | 26 | 25 | 0 | 133 | 134 | 2 | 0 | 141 | 65 |
| Binary | 11111011 | 10110 | 10101 | 0 | 1011011 | 1011100 | 10 | 0 | 1100001 | 110101 |
Color Harmonies of #FB1615
Complementary color
Monochromatic Colors of #FB1615
Black with #FB1615
Text Example
Text Example
White with #FB1615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1615; }
p { color: rgb(251,22,21); }
H1.HeaderClassName
{
color: #FB1615;
}
.AnyTagClassName
{
color: #FB1615;
}
</style>
background-color css
<style>
a { background-color: #FB1615; }
a { background-color: rgb(251,22,21); }
div.DivClassName
{
background-color: #FB1615;
}
.BgClassName
{
background-color: #FB1615;
}
</style>
border-color css
<style>
span { border-color: #FB1615; }
span { border-color: rgb(251,22,21); }
td.TdClassName
{
border-color: #FB1615;
}
.TagClassName
{
border-color: #FB1615;
}
</style>