Shades of Scarlet #FB2007
Tints of Scarlet #FB2007
RGB
CMYK
RGB Variations
Color information
#FB2007 (or 0xFB2007) is known color: Scarlet. HEX triplet: FB, 20 and 07. RGB value is (251,32,7). Sum of RGB (Red+Green+Blue) = 251+32+7=290 (38% of max value = 765). Red value is 251 (98.44% from 255 or 86.55% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 7 (3.12% from 255 or 2.41% from 290); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2007 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2007 is #04DFF8. Grayscale: #5E5E5E. Windows color (decimal): -319481 or 467195. OLE color: 467195.
HSL color Cylindrical-coordinate representation of color #FB2007: hue angle of 6.15º 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 #FB2007 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 7 | - |
| CMYK | 0 | 0.87 | 0.97 | 0.02 |
| HSL | 6.15º | 0.97% | 0.51% | - |
| HSV(B) | 6.15º | 0.97% | 0.98% | - |
| XYZ | 40.34 | 21.56 | 2.24 | - |
| YUV | 94.63 | 78.55 | 239.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 7 | 0 | 0.87 | 0.97 | 0.02 | 6.15 | 0.97 | 0.51 |
| Hex | FB | 20 | 7 | 0 | 57 | 61 | 2 | 6 | 61 | 33 |
| Octal | 373 | 40 | 7 | 0 | 127 | 141 | 2 | 6 | 141 | 63 |
| Binary | 11111011 | 100000 | 111 | 0 | 1010111 | 1100001 | 10 | 110 | 1100001 | 110011 |
Color Harmonies of #FB2007
Complementary color
Monochromatic Colors of #FB2007
Black with #FB2007
Text Example
Text Example
White with #FB2007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2007; }
p { color: rgb(251,32,7); }
H1.HeaderClassName
{
color: #FB2007;
}
.AnyTagClassName
{
color: #FB2007;
}
</style>
background-color css
<style>
a { background-color: #FB2007; }
a { background-color: rgb(251,32,7); }
div.DivClassName
{
background-color: #FB2007;
}
.BgClassName
{
background-color: #FB2007;
}
</style>
border-color css
<style>
span { border-color: #FB2007; }
span { border-color: rgb(251,32,7); }
td.TdClassName
{
border-color: #FB2007;
}
.TagClassName
{
border-color: #FB2007;
}
</style>