Shades of Scarlet #FB1807
Tints of Scarlet #FB1807
RGB
CMYK
RGB Variations
Color information
#FB1807 (or 0xFB1807) is known color: Scarlet. HEX triplet: FB, 18 and 07. RGB value is (251,24,7). Sum of RGB (Red+Green+Blue) = 251+24+7=282 (37% of max value = 765). Red value is 251 (98.44% from 255 or 89.01% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 7 (3.12% from 255 or 2.48% from 282); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1807 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1807 is #04E7F8. Grayscale: #5A5A5A. Windows color (decimal): -321529 or 465147. OLE color: 465147.
HSL color Cylindrical-coordinate representation of color #FB1807: hue angle of 4.18º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FB1807 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 7 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.02 |
| HSL | 4.18º | 0.97% | 0.51% | - |
| HSV(B) | 4.18º | 0.97% | 0.98% | - |
| XYZ | 40.15 | 21.18 | 2.17 | - |
| YUV | 89.94 | 81.21 | 242.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 7 | 0 | 0.90 | 0.97 | 0.02 | 4.18 | 0.97 | 0.51 |
| Hex | FB | 18 | 7 | 0 | 5A | 61 | 2 | 4 | 61 | 33 |
| Octal | 373 | 30 | 7 | 0 | 132 | 141 | 2 | 4 | 141 | 63 |
| Binary | 11111011 | 11000 | 111 | 0 | 1011010 | 1100001 | 10 | 100 | 1100001 | 110011 |
Color Harmonies of #FB1807
Complementary color
Monochromatic Colors of #FB1807
Black with #FB1807
Text Example
Text Example
White with #FB1807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1807; }
p { color: rgb(251,24,7); }
H1.HeaderClassName
{
color: #FB1807;
}
.AnyTagClassName
{
color: #FB1807;
}
</style>
background-color css
<style>
a { background-color: #FB1807; }
a { background-color: rgb(251,24,7); }
div.DivClassName
{
background-color: #FB1807;
}
.BgClassName
{
background-color: #FB1807;
}
</style>
border-color css
<style>
span { border-color: #FB1807; }
span { border-color: rgb(251,24,7); }
td.TdClassName
{
border-color: #FB1807;
}
.TagClassName
{
border-color: #FB1807;
}
</style>