Shades of Scarlet #FB200B
Tints of Scarlet #FB200B
RGB
CMYK
RGB Variations
Color information
#FB200B (or 0xFB200B) is known color: Scarlet. HEX triplet: FB, 20 and 0B. RGB value is (251,32,11). Sum of RGB (Red+Green+Blue) = 251+32+11=294 (38% of max value = 765). Red value is 251 (98.44% from 255 or 85.37% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 251 - color contains mainly: red. Hex color #FB200B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB200B is #04DFF4. Grayscale: #5F5F5F. Windows color (decimal): -319477 or 729339. OLE color: 729339.
HSL color Cylindrical-coordinate representation of color #FB200B: hue angle of 5.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB200B is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 11 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.02 |
| HSL | 5.25º | 0.97% | 0.51% | - |
| HSV(B) | 5.25º | 0.96% | 0.98% | - |
| XYZ | 40.36 | 21.57 | 2.35 | - |
| YUV | 95.09 | 80.55 | 239.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 11 | 0 | 0.87 | 0.96 | 0.02 | 5.25 | 0.97 | 0.51 |
| Hex | FB | 20 | B | 0 | 57 | 60 | 2 | 5 | 61 | 33 |
| Octal | 373 | 40 | 13 | 0 | 127 | 140 | 2 | 5 | 141 | 63 |
| Binary | 11111011 | 100000 | 1011 | 0 | 1010111 | 1100000 | 10 | 101 | 1100001 | 110011 |
Color Harmonies of #FB200B
Complementary color
Monochromatic Colors of #FB200B
Black with #FB200B
Text Example
Text Example
White with #FB200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB200B; }
p { color: rgb(251,32,11); }
H1.HeaderClassName
{
color: #FB200B;
}
.AnyTagClassName
{
color: #FB200B;
}
</style>
background-color css
<style>
a { background-color: #FB200B; }
a { background-color: rgb(251,32,11); }
div.DivClassName
{
background-color: #FB200B;
}
.BgClassName
{
background-color: #FB200B;
}
</style>
border-color css
<style>
span { border-color: #FB200B; }
span { border-color: rgb(251,32,11); }
td.TdClassName
{
border-color: #FB200B;
}
.TagClassName
{
border-color: #FB200B;
}
</style>