Shades of Scarlet #FB1C07
Tints of Scarlet #FB1C07
RGB
CMYK
RGB Variations
Color information
#FB1C07 (or 0xFB1C07) is known color: Scarlet. HEX triplet: FB, 1C and 07. RGB value is (251,28,7). Sum of RGB (Red+Green+Blue) = 251+28+7=286 (37% of max value = 765). Red value is 251 (98.44% from 255 or 87.76% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 7 (3.12% from 255 or 2.45% from 286); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1C07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB1C07 is #04E3F8. Grayscale: #5C5C5C. Windows color (decimal): -320505 or 466171. OLE color: 466171.
HSL color Cylindrical-coordinate representation of color #FB1C07: hue angle of 5.16º 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 #FB1C07 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 28 | 7 | - |
| CMYK | 0 | 0.89 | 0.97 | 0.02 |
| HSL | 5.16º | 0.97% | 0.51% | - |
| HSV(B) | 5.16º | 0.97% | 0.98% | - |
| XYZ | 40.24 | 21.36 | 2.2 | - |
| YUV | 92.28 | 79.88 | 241.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 28 | 7 | 0 | 0.89 | 0.97 | 0.02 | 5.16 | 0.97 | 0.51 |
| Hex | FB | 1C | 7 | 0 | 59 | 61 | 2 | 5 | 61 | 33 |
| Octal | 373 | 34 | 7 | 0 | 131 | 141 | 2 | 5 | 141 | 63 |
| Binary | 11111011 | 11100 | 111 | 0 | 1011001 | 1100001 | 10 | 101 | 1100001 | 110011 |
Color Harmonies of #FB1C07
Complementary color
Monochromatic Colors of #FB1C07
Black with #FB1C07
Text Example
Text Example
White with #FB1C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1C07; }
p { color: rgb(251,28,7); }
H1.HeaderClassName
{
color: #FB1C07;
}
.AnyTagClassName
{
color: #FB1C07;
}
</style>
background-color css
<style>
a { background-color: #FB1C07; }
a { background-color: rgb(251,28,7); }
div.DivClassName
{
background-color: #FB1C07;
}
.BgClassName
{
background-color: #FB1C07;
}
</style>
border-color css
<style>
span { border-color: #FB1C07; }
span { border-color: rgb(251,28,7); }
td.TdClassName
{
border-color: #FB1C07;
}
.TagClassName
{
border-color: #FB1C07;
}
</style>