Shades of Scarlet #FB3115
Tints of Scarlet #FB3115
RGB
CMYK
RGB Variations
Color information
#FB3115 (or 0xFB3115) is known color: Scarlet. HEX triplet: FB, 31 and 15. RGB value is (251,49,21). Sum of RGB (Red+Green+Blue) = 251+49+21=321 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.19% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3115 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3115 is #04CEEA. Grayscale: #6A6A6A. Windows color (decimal): -315115 or 1389051. OLE color: 1389051.
HSL color Cylindrical-coordinate representation of color #FB3115: hue angle of 7.3º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB3115 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 49 | 21 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.02 |
| HSL | 7.3º | 0.97% | 0.53% | - |
| HSV(B) | 7.3º | 0.92% | 0.98% | - |
| XYZ | 41.02 | 22.76 | 2.94 | - |
| YUV | 106.21 | 79.92 | 231.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 49 | 21 | 0 | 0.80 | 0.92 | 0.02 | 7.3 | 0.97 | 0.53 |
| Hex | FB | 31 | 15 | 0 | 50 | 5C | 2 | 7 | 61 | 35 |
| Octal | 373 | 61 | 25 | 0 | 120 | 134 | 2 | 7 | 141 | 65 |
| Binary | 11111011 | 110001 | 10101 | 0 | 1010000 | 1011100 | 10 | 111 | 1100001 | 110101 |
Color Harmonies of #FB3115
Complementary color
Monochromatic Colors of #FB3115
Black with #FB3115
Text Example
Text Example
White with #FB3115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3115; }
p { color: rgb(251,49,21); }
H1.HeaderClassName
{
color: #FB3115;
}
.AnyTagClassName
{
color: #FB3115;
}
</style>
background-color css
<style>
a { background-color: #FB3115; }
a { background-color: rgb(251,49,21); }
div.DivClassName
{
background-color: #FB3115;
}
.BgClassName
{
background-color: #FB3115;
}
</style>
border-color css
<style>
span { border-color: #FB3115; }
span { border-color: rgb(251,49,21); }
td.TdClassName
{
border-color: #FB3115;
}
.TagClassName
{
border-color: #FB3115;
}
</style>