Shades of Scarlet #FB280B
Tints of Scarlet #FB280B
RGB
CMYK
RGB Variations
Color information
#FB280B (or 0xFB280B) is known color: Scarlet. HEX triplet: FB, 28 and 0B. RGB value is (251,40,11). Sum of RGB (Red+Green+Blue) = 251+40+11=302 (40% of max value = 765). Red value is 251 (98.44% from 255 or 83.11% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 251 - color contains mainly: red. Hex color #FB280B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB280B is #04D7F4. Grayscale: #646464. Windows color (decimal): -317429 or 731387. OLE color: 731387.
HSL color Cylindrical-coordinate representation of color #FB280B: hue angle of 7.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 #FB280B is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 11 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.02 |
| HSL | 7.25º | 0.97% | 0.51% | - |
| HSV(B) | 7.25º | 0.96% | 0.98% | - |
| XYZ | 40.6 | 22.05 | 2.43 | - |
| YUV | 99.78 | 77.9 | 235.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 11 | 0 | 0.84 | 0.96 | 0.02 | 7.25 | 0.97 | 0.51 |
| Hex | FB | 28 | B | 0 | 54 | 60 | 2 | 7 | 61 | 33 |
| Octal | 373 | 50 | 13 | 0 | 124 | 140 | 2 | 7 | 141 | 63 |
| Binary | 11111011 | 101000 | 1011 | 0 | 1010100 | 1100000 | 10 | 111 | 1100001 | 110011 |
Color Harmonies of #FB280B
Complementary color
Monochromatic Colors of #FB280B
Black with #FB280B
Text Example
Text Example
White with #FB280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB280B; }
p { color: rgb(251,40,11); }
H1.HeaderClassName
{
color: #FB280B;
}
.AnyTagClassName
{
color: #FB280B;
}
</style>
background-color css
<style>
a { background-color: #FB280B; }
a { background-color: rgb(251,40,11); }
div.DivClassName
{
background-color: #FB280B;
}
.BgClassName
{
background-color: #FB280B;
}
</style>
border-color css
<style>
span { border-color: #FB280B; }
span { border-color: rgb(251,40,11); }
td.TdClassName
{
border-color: #FB280B;
}
.TagClassName
{
border-color: #FB280B;
}
</style>