Shades of Scarlet #FB1D10
Tints of Scarlet #FB1D10
RGB
CMYK
RGB Variations
Color information
#FB1D10 (or 0xFB1D10) is known color: Scarlet. HEX triplet: FB, 1D and 10. RGB value is (251,29,16). Sum of RGB (Red+Green+Blue) = 251+29+16=296 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.80% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1D10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB1D10 is #04E2EF. Grayscale: #5E5E5E. Windows color (decimal): -320240 or 1056251. OLE color: 1056251.
HSL color Cylindrical-coordinate representation of color #FB1D10: hue angle of 3.32º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB1D10 is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 29 | 16 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.02 |
| HSL | 3.32º | 0.97% | 0.52% | - |
| HSV(B) | 3.32º | 0.94% | 0.98% | - |
| XYZ | 40.32 | 21.43 | 2.5 | - |
| YUV | 93.9 | 84.05 | 240.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 29 | 16 | 0 | 0.88 | 0.94 | 0.02 | 3.32 | 0.97 | 0.52 |
| Hex | FB | 1D | 10 | 0 | 58 | 5E | 2 | 3 | 61 | 34 |
| Octal | 373 | 35 | 20 | 0 | 130 | 136 | 2 | 3 | 141 | 64 |
| Binary | 11111011 | 11101 | 10000 | 0 | 1011000 | 1011110 | 10 | 11 | 1100001 | 110100 |
Color Harmonies of #FB1D10
Complementary color
Monochromatic Colors of #FB1D10
Black with #FB1D10
Text Example
Text Example
White with #FB1D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1D10; }
p { color: rgb(251,29,16); }
H1.HeaderClassName
{
color: #FB1D10;
}
.AnyTagClassName
{
color: #FB1D10;
}
</style>
background-color css
<style>
a { background-color: #FB1D10; }
a { background-color: rgb(251,29,16); }
div.DivClassName
{
background-color: #FB1D10;
}
.BgClassName
{
background-color: #FB1D10;
}
</style>
border-color css
<style>
span { border-color: #FB1D10; }
span { border-color: rgb(251,29,16); }
td.TdClassName
{
border-color: #FB1D10;
}
.TagClassName
{
border-color: #FB1D10;
}
</style>