Shades of Scarlet #FB1306
Tints of Scarlet #FB1306
RGB
CMYK
RGB Variations
Color information
#FB1306 (or 0xFB1306) is known color: Scarlet. HEX triplet: FB, 13 and 06. RGB value is (251,19,6). Sum of RGB (Red+Green+Blue) = 251+19+6=276 (36% of max value = 765). Red value is 251 (98.44% from 255 or 90.94% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 6 (2.73% from 255 or 2.17% from 276); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1306 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1306 is #04ECF9. Grayscale: #575757. Windows color (decimal): -322810 or 398331. OLE color: 398331.
HSL color Cylindrical-coordinate representation of color #FB1306: hue angle of 3.18º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB1306 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 19 | 6 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.02 |
| HSL | 3.18º | 0.97% | 0.5% | - |
| HSV(B) | 3.18º | 0.98% | 0.98% | - |
| XYZ | 40.05 | 20.99 | 2.11 | - |
| YUV | 86.89 | 82.36 | 245.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 19 | 6 | 0 | 0.92 | 0.98 | 0.02 | 3.18 | 0.97 | 0.5 |
| Hex | FB | 13 | 6 | 0 | 5C | 62 | 2 | 3 | 61 | 32 |
| Octal | 373 | 23 | 6 | 0 | 134 | 142 | 2 | 3 | 141 | 62 |
| Binary | 11111011 | 10011 | 110 | 0 | 1011100 | 1100010 | 10 | 11 | 1100001 | 110010 |
Color Harmonies of #FB1306
Complementary color
Monochromatic Colors of #FB1306
Black with #FB1306
Text Example
Text Example
White with #FB1306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1306; }
p { color: rgb(251,19,6); }
H1.HeaderClassName
{
color: #FB1306;
}
.AnyTagClassName
{
color: #FB1306;
}
</style>
background-color css
<style>
a { background-color: #FB1306; }
a { background-color: rgb(251,19,6); }
div.DivClassName
{
background-color: #FB1306;
}
.BgClassName
{
background-color: #FB1306;
}
</style>
border-color css
<style>
span { border-color: #FB1306; }
span { border-color: rgb(251,19,6); }
td.TdClassName
{
border-color: #FB1306;
}
.TagClassName
{
border-color: #FB1306;
}
</style>