Shades of Scarlet #FB2105
Tints of Scarlet #FB2105
RGB
CMYK
RGB Variations
Color information
#FB2105 (or 0xFB2105) is known color: Scarlet. HEX triplet: FB, 21 and 05. RGB value is (251,33,5). Sum of RGB (Red+Green+Blue) = 251+33+5=289 (38% of max value = 765). Red value is 251 (98.44% from 255 or 86.85% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2105 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2105 is #04DEFA. Grayscale: #5F5F5F. Windows color (decimal): -319227 or 336379. OLE color: 336379.
HSL color Cylindrical-coordinate representation of color #FB2105: hue angle of 6.83º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB2105 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 33 | 5 | - |
| CMYK | 0 | 0.87 | 0.98 | 0.02 |
| HSL | 6.83º | 0.97% | 0.5% | - |
| HSV(B) | 6.83º | 0.98% | 0.98% | - |
| XYZ | 40.35 | 21.61 | 2.19 | - |
| YUV | 94.99 | 77.22 | 239.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 33 | 5 | 0 | 0.87 | 0.98 | 0.02 | 6.83 | 0.97 | 0.5 |
| Hex | FB | 21 | 5 | 0 | 57 | 62 | 2 | 7 | 61 | 32 |
| Octal | 373 | 41 | 5 | 0 | 127 | 142 | 2 | 7 | 141 | 62 |
| Binary | 11111011 | 100001 | 101 | 0 | 1010111 | 1100010 | 10 | 111 | 1100001 | 110010 |
Color Harmonies of #FB2105
Complementary color
Monochromatic Colors of #FB2105
Black with #FB2105
Text Example
Text Example
White with #FB2105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2105; }
p { color: rgb(251,33,5); }
H1.HeaderClassName
{
color: #FB2105;
}
.AnyTagClassName
{
color: #FB2105;
}
</style>
background-color css
<style>
a { background-color: #FB2105; }
a { background-color: rgb(251,33,5); }
div.DivClassName
{
background-color: #FB2105;
}
.BgClassName
{
background-color: #FB2105;
}
</style>
border-color css
<style>
span { border-color: #FB2105; }
span { border-color: rgb(251,33,5); }
td.TdClassName
{
border-color: #FB2105;
}
.TagClassName
{
border-color: #FB2105;
}
</style>