Shades of Scarlet #FB210B
Tints of Scarlet #FB210B
RGB
CMYK
RGB Variations
Color information
#FB210B (or 0xFB210B) is known color: Scarlet. HEX triplet: FB, 21 and 0B. RGB value is (251,33,11). Sum of RGB (Red+Green+Blue) = 251+33+11=295 (39% of max value = 765). Red value is 251 (98.44% from 255 or 85.08% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 251 - color contains mainly: red. Hex color #FB210B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB210B is #04DEF4. Grayscale: #5F5F5F. Windows color (decimal): -319221 or 729595. OLE color: 729595.
HSL color Cylindrical-coordinate representation of color #FB210B: hue angle of 5.5º 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 #FB210B is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 33 | 11 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.02 |
| HSL | 5.5º | 0.97% | 0.51% | - |
| HSV(B) | 5.5º | 0.96% | 0.98% | - |
| XYZ | 40.39 | 21.62 | 2.36 | - |
| YUV | 95.67 | 80.22 | 238.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 33 | 11 | 0 | 0.87 | 0.96 | 0.02 | 5.5 | 0.97 | 0.51 |
| Hex | FB | 21 | B | 0 | 57 | 60 | 2 | 6 | 61 | 33 |
| Octal | 373 | 41 | 13 | 0 | 127 | 140 | 2 | 6 | 141 | 63 |
| Binary | 11111011 | 100001 | 1011 | 0 | 1010111 | 1100000 | 10 | 110 | 1100001 | 110011 |
Color Harmonies of #FB210B
Complementary color
Monochromatic Colors of #FB210B
Black with #FB210B
Text Example
Text Example
White with #FB210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB210B; }
p { color: rgb(251,33,11); }
H1.HeaderClassName
{
color: #FB210B;
}
.AnyTagClassName
{
color: #FB210B;
}
</style>
background-color css
<style>
a { background-color: #FB210B; }
a { background-color: rgb(251,33,11); }
div.DivClassName
{
background-color: #FB210B;
}
.BgClassName
{
background-color: #FB210B;
}
</style>
border-color css
<style>
span { border-color: #FB210B; }
span { border-color: rgb(251,33,11); }
td.TdClassName
{
border-color: #FB210B;
}
.TagClassName
{
border-color: #FB210B;
}
</style>