Shades of Scarlet #FB3113
Tints of Scarlet #FB3113
RGB
CMYK
RGB Variations
Color information
#FB3113 (or 0xFB3113) is known color: Scarlet. HEX triplet: FB, 31 and 13. RGB value is (251,49,19). Sum of RGB (Red+Green+Blue) = 251+49+19=319 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.68% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3113 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3113 is #04CEEC. Grayscale: #6A6A6A. Windows color (decimal): -315117 or 1257979. OLE color: 1257979.
HSL color Cylindrical-coordinate representation of color #FB3113: hue angle of 7.76º 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 #FB3113 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 49 | 19 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.02 |
| HSL | 7.76º | 0.97% | 0.53% | - |
| HSV(B) | 7.76º | 0.92% | 0.98% | - |
| XYZ | 41 | 22.75 | 2.85 | - |
| YUV | 105.98 | 78.92 | 231.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 49 | 19 | 0 | 0.80 | 0.92 | 0.02 | 7.76 | 0.97 | 0.53 |
| Hex | FB | 31 | 13 | 0 | 50 | 5C | 2 | 8 | 61 | 35 |
| Octal | 373 | 61 | 23 | 0 | 120 | 134 | 2 | 10 | 141 | 65 |
| Binary | 11111011 | 110001 | 10011 | 0 | 1010000 | 1011100 | 10 | 1000 | 1100001 | 110101 |
Color Harmonies of #FB3113
Complementary color
Monochromatic Colors of #FB3113
Black with #FB3113
Text Example
Text Example
White with #FB3113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3113; }
p { color: rgb(251,49,19); }
H1.HeaderClassName
{
color: #FB3113;
}
.AnyTagClassName
{
color: #FB3113;
}
</style>
background-color css
<style>
a { background-color: #FB3113; }
a { background-color: rgb(251,49,19); }
div.DivClassName
{
background-color: #FB3113;
}
.BgClassName
{
background-color: #FB3113;
}
</style>
border-color css
<style>
span { border-color: #FB3113; }
span { border-color: rgb(251,49,19); }
td.TdClassName
{
border-color: #FB3113;
}
.TagClassName
{
border-color: #FB3113;
}
</style>