Shades of Scarlet #FB1613
Tints of Scarlet #FB1613
RGB
CMYK
RGB Variations
Color information
#FB1613 (or 0xFB1613) is known color: Scarlet. HEX triplet: FB, 16 and 13. RGB value is (251,22,19). Sum of RGB (Red+Green+Blue) = 251+22+19=292 (38% of max value = 765). Red value is 251 (98.44% from 255 or 85.96% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1613 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1613 is #04E9EC. Grayscale: #5A5A5A. Windows color (decimal): -322029 or 1251067. OLE color: 1251067.
HSL color Cylindrical-coordinate representation of color #FB1613: hue angle of 0.78º 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 #FB1613 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 19 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.02 |
| HSL | 0.78º | 0.97% | 0.53% | - |
| HSV(B) | 0.78º | 0.92% | 0.98% | - |
| XYZ | 40.19 | 21.13 | 2.58 | - |
| YUV | 90.13 | 87.87 | 242.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 19 | 0 | 0.91 | 0.92 | 0.02 | 0.78 | 0.97 | 0.53 |
| Hex | FB | 16 | 13 | 0 | 5B | 5C | 2 | 1 | 61 | 35 |
| Octal | 373 | 26 | 23 | 0 | 133 | 134 | 2 | 1 | 141 | 65 |
| Binary | 11111011 | 10110 | 10011 | 0 | 1011011 | 1011100 | 10 | 1 | 1100001 | 110101 |
Color Harmonies of #FB1613
Complementary color
Monochromatic Colors of #FB1613
Black with #FB1613
Text Example
Text Example
White with #FB1613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1613; }
p { color: rgb(251,22,19); }
H1.HeaderClassName
{
color: #FB1613;
}
.AnyTagClassName
{
color: #FB1613;
}
</style>
background-color css
<style>
a { background-color: #FB1613; }
a { background-color: rgb(251,22,19); }
div.DivClassName
{
background-color: #FB1613;
}
.BgClassName
{
background-color: #FB1613;
}
</style>
border-color css
<style>
span { border-color: #FB1613; }
span { border-color: rgb(251,22,19); }
td.TdClassName
{
border-color: #FB1613;
}
.TagClassName
{
border-color: #FB1613;
}
</style>