Shades of Scarlet #FB1406
Tints of Scarlet #FB1406
RGB
CMYK
RGB Variations
Color information
#FB1406 (or 0xFB1406) is known color: Scarlet. HEX triplet: FB, 14 and 06. RGB value is (251,20,6). Sum of RGB (Red+Green+Blue) = 251+20+6=277 (36% of max value = 765). Red value is 251 (98.44% from 255 or 90.61% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1406 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1406 is #04EBF9. Grayscale: #575757. Windows color (decimal): -322554 or 398587. OLE color: 398587.
HSL color Cylindrical-coordinate representation of color #FB1406: hue angle of 3.43º 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 #FB1406 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 6 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.02 |
| HSL | 3.43º | 0.97% | 0.5% | - |
| HSV(B) | 3.43º | 0.98% | 0.98% | - |
| XYZ | 40.07 | 21.02 | 2.12 | - |
| YUV | 87.47 | 82.03 | 244.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 6 | 0 | 0.92 | 0.98 | 0.02 | 3.43 | 0.97 | 0.5 |
| Hex | FB | 14 | 6 | 0 | 5C | 62 | 2 | 3 | 61 | 32 |
| Octal | 373 | 24 | 6 | 0 | 134 | 142 | 2 | 3 | 141 | 62 |
| Binary | 11111011 | 10100 | 110 | 0 | 1011100 | 1100010 | 10 | 11 | 1100001 | 110010 |
Color Harmonies of #FB1406
Complementary color
Monochromatic Colors of #FB1406
Black with #FB1406
Text Example
Text Example
White with #FB1406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1406; }
p { color: rgb(251,20,6); }
H1.HeaderClassName
{
color: #FB1406;
}
.AnyTagClassName
{
color: #FB1406;
}
</style>
background-color css
<style>
a { background-color: #FB1406; }
a { background-color: rgb(251,20,6); }
div.DivClassName
{
background-color: #FB1406;
}
.BgClassName
{
background-color: #FB1406;
}
</style>
border-color css
<style>
span { border-color: #FB1406; }
span { border-color: rgb(251,20,6); }
td.TdClassName
{
border-color: #FB1406;
}
.TagClassName
{
border-color: #FB1406;
}
</style>