Shades of Scarlet #FB2010
Tints of Scarlet #FB2010
RGB
CMYK
RGB Variations
Color information
#FB2010 (or 0xFB2010) is known color: Scarlet. HEX triplet: FB, 20 and 10. RGB value is (251,32,16). Sum of RGB (Red+Green+Blue) = 251+32+16=299 (39% of max value = 765). Red value is 251 (98.44% from 255 or 83.95% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2010 is #04DFEF. Grayscale: #5F5F5F. Windows color (decimal): -319472 or 1057019. OLE color: 1057019.
HSL color Cylindrical-coordinate representation of color #FB2010: hue angle of 4.09º 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 #FB2010 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 16 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.02 |
| HSL | 4.09º | 0.97% | 0.52% | - |
| HSV(B) | 4.09º | 0.94% | 0.98% | - |
| XYZ | 40.39 | 21.58 | 2.53 | - |
| YUV | 95.66 | 83.05 | 238.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 16 | 0 | 0.87 | 0.94 | 0.02 | 4.09 | 0.97 | 0.52 |
| Hex | FB | 20 | 10 | 0 | 57 | 5E | 2 | 4 | 61 | 34 |
| Octal | 373 | 40 | 20 | 0 | 127 | 136 | 2 | 4 | 141 | 64 |
| Binary | 11111011 | 100000 | 10000 | 0 | 1010111 | 1011110 | 10 | 100 | 1100001 | 110100 |
Color Harmonies of #FB2010
Complementary color
Monochromatic Colors of #FB2010
Black with #FB2010
Text Example
Text Example
White with #FB2010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2010; }
p { color: rgb(251,32,16); }
H1.HeaderClassName
{
color: #FB2010;
}
.AnyTagClassName
{
color: #FB2010;
}
</style>
background-color css
<style>
a { background-color: #FB2010; }
a { background-color: rgb(251,32,16); }
div.DivClassName
{
background-color: #FB2010;
}
.BgClassName
{
background-color: #FB2010;
}
</style>
border-color css
<style>
span { border-color: #FB2010; }
span { border-color: rgb(251,32,16); }
td.TdClassName
{
border-color: #FB2010;
}
.TagClassName
{
border-color: #FB2010;
}
</style>