Shades of Scarlet #FB220B
Tints of Scarlet #FB220B
RGB
CMYK
RGB Variations
Color information
#FB220B (or 0xFB220B) is known color: Scarlet. HEX triplet: FB, 22 and 0B. RGB value is (251,34,11). Sum of RGB (Red+Green+Blue) = 251+34+11=296 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.80% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 251 - color contains mainly: red. Hex color #FB220B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB220B is #04DDF4. Grayscale: #606060. Windows color (decimal): -318965 or 729851. OLE color: 729851.
HSL color Cylindrical-coordinate representation of color #FB220B: hue angle of 5.75º 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 #FB220B is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 34 | 11 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.02 |
| HSL | 5.75º | 0.97% | 0.51% | - |
| HSV(B) | 5.75º | 0.96% | 0.98% | - |
| XYZ | 40.42 | 21.68 | 2.37 | - |
| YUV | 96.26 | 79.89 | 238.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 34 | 11 | 0 | 0.86 | 0.96 | 0.02 | 5.75 | 0.97 | 0.51 |
| Hex | FB | 22 | B | 0 | 56 | 60 | 2 | 6 | 61 | 33 |
| Octal | 373 | 42 | 13 | 0 | 126 | 140 | 2 | 6 | 141 | 63 |
| Binary | 11111011 | 100010 | 1011 | 0 | 1010110 | 1100000 | 10 | 110 | 1100001 | 110011 |
Color Harmonies of #FB220B
Complementary color
Monochromatic Colors of #FB220B
Black with #FB220B
Text Example
Text Example
White with #FB220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB220B; }
p { color: rgb(251,34,11); }
H1.HeaderClassName
{
color: #FB220B;
}
.AnyTagClassName
{
color: #FB220B;
}
</style>
background-color css
<style>
a { background-color: #FB220B; }
a { background-color: rgb(251,34,11); }
div.DivClassName
{
background-color: #FB220B;
}
.BgClassName
{
background-color: #FB220B;
}
</style>
border-color css
<style>
span { border-color: #FB220B; }
span { border-color: rgb(251,34,11); }
td.TdClassName
{
border-color: #FB220B;
}
.TagClassName
{
border-color: #FB220B;
}
</style>