Shades of Scarlet #FB2710
Tints of Scarlet #FB2710
RGB
CMYK
RGB Variations
Color information
#FB2710 (or 0xFB2710) is known color: Scarlet. HEX triplet: FB, 27 and 10. RGB value is (251,39,16). Sum of RGB (Red+Green+Blue) = 251+39+16=306 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.03% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2710 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2710 is #04D8EF. Grayscale: #646464. Windows color (decimal): -317680 or 1058811. OLE color: 1058811.
HSL color Cylindrical-coordinate representation of color #FB2710: hue angle of 5.87º 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 #FB2710 is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 39 | 16 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.02 |
| HSL | 5.87º | 0.97% | 0.52% | - |
| HSV(B) | 5.87º | 0.94% | 0.98% | - |
| XYZ | 40.6 | 22 | 2.6 | - |
| YUV | 99.77 | 80.74 | 235.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 39 | 16 | 0 | 0.84 | 0.94 | 0.02 | 5.87 | 0.97 | 0.52 |
| Hex | FB | 27 | 10 | 0 | 54 | 5E | 2 | 6 | 61 | 34 |
| Octal | 373 | 47 | 20 | 0 | 124 | 136 | 2 | 6 | 141 | 64 |
| Binary | 11111011 | 100111 | 10000 | 0 | 1010100 | 1011110 | 10 | 110 | 1100001 | 110100 |
Color Harmonies of #FB2710
Complementary color
Monochromatic Colors of #FB2710
Black with #FB2710
Text Example
Text Example
White with #FB2710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2710; }
p { color: rgb(251,39,16); }
H1.HeaderClassName
{
color: #FB2710;
}
.AnyTagClassName
{
color: #FB2710;
}
</style>
background-color css
<style>
a { background-color: #FB2710; }
a { background-color: rgb(251,39,16); }
div.DivClassName
{
background-color: #FB2710;
}
.BgClassName
{
background-color: #FB2710;
}
</style>
border-color css
<style>
span { border-color: #FB2710; }
span { border-color: rgb(251,39,16); }
td.TdClassName
{
border-color: #FB2710;
}
.TagClassName
{
border-color: #FB2710;
}
</style>