Shades of Scarlet #FB291B
Tints of Scarlet #FB291B
RGB
CMYK
RGB Variations
Color information
#FB291B (or 0xFB291B) is known color: Scarlet. HEX triplet: FB, 29 and 1B. RGB value is (251,41,27). Sum of RGB (Red+Green+Blue) = 251+41+27=319 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.68% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 251 - color contains mainly: red. Hex color #FB291B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB291B is #04D6E4. Grayscale: #666666. Windows color (decimal): -317157 or 1780219. OLE color: 1780219.
HSL color Cylindrical-coordinate representation of color #FB291B: hue angle of 3.75º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB291B is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 41 | 27 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.02 |
| HSL | 3.75º | 0.97% | 0.55% | - |
| HSV(B) | 3.75º | 0.89% | 0.98% | - |
| XYZ | 40.77 | 22.17 | 3.17 | - |
| YUV | 102.19 | 85.57 | 234.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 41 | 27 | 0 | 0.84 | 0.89 | 0.02 | 3.75 | 0.97 | 0.55 |
| Hex | FB | 29 | 1B | 0 | 54 | 59 | 2 | 4 | 61 | 37 |
| Octal | 373 | 51 | 33 | 0 | 124 | 131 | 2 | 4 | 141 | 67 |
| Binary | 11111011 | 101001 | 11011 | 0 | 1010100 | 1011001 | 10 | 100 | 1100001 | 110111 |
Color Harmonies of #FB291B
Complementary color
Monochromatic Colors of #FB291B
Black with #FB291B
Text Example
Text Example
White with #FB291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB291B; }
p { color: rgb(251,41,27); }
H1.HeaderClassName
{
color: #FB291B;
}
.AnyTagClassName
{
color: #FB291B;
}
</style>
background-color css
<style>
a { background-color: #FB291B; }
a { background-color: rgb(251,41,27); }
div.DivClassName
{
background-color: #FB291B;
}
.BgClassName
{
background-color: #FB291B;
}
</style>
border-color css
<style>
span { border-color: #FB291B; }
span { border-color: rgb(251,41,27); }
td.TdClassName
{
border-color: #FB291B;
}
.TagClassName
{
border-color: #FB291B;
}
</style>