Shades of Scarlet #FB3013
Tints of Scarlet #FB3013
RGB
CMYK
RGB Variations
Color information
#FB3013 (or 0xFB3013) is known color: Scarlet. HEX triplet: FB, 30 and 13. RGB value is (251,48,19). Sum of RGB (Red+Green+Blue) = 251+48+19=318 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.93% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3013 is #04CFEC. Grayscale: #696969. Windows color (decimal): -315373 or 1257723. OLE color: 1257723.
HSL color Cylindrical-coordinate representation of color #FB3013: hue angle of 7.5º 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 #FB3013 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 48 | 19 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.02 |
| HSL | 7.5º | 0.97% | 0.53% | - |
| HSV(B) | 7.5º | 0.92% | 0.98% | - |
| XYZ | 40.96 | 22.67 | 2.83 | - |
| YUV | 105.39 | 79.25 | 231.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 48 | 19 | 0 | 0.81 | 0.92 | 0.02 | 7.5 | 0.97 | 0.53 |
| Hex | FB | 30 | 13 | 0 | 51 | 5C | 2 | 8 | 61 | 35 |
| Octal | 373 | 60 | 23 | 0 | 121 | 134 | 2 | 10 | 141 | 65 |
| Binary | 11111011 | 110000 | 10011 | 0 | 1010001 | 1011100 | 10 | 1000 | 1100001 | 110101 |
Color Harmonies of #FB3013
Complementary color
Monochromatic Colors of #FB3013
Black with #FB3013
Text Example
Text Example
White with #FB3013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3013; }
p { color: rgb(251,48,19); }
H1.HeaderClassName
{
color: #FB3013;
}
.AnyTagClassName
{
color: #FB3013;
}
</style>
background-color css
<style>
a { background-color: #FB3013; }
a { background-color: rgb(251,48,19); }
div.DivClassName
{
background-color: #FB3013;
}
.BgClassName
{
background-color: #FB3013;
}
</style>
border-color css
<style>
span { border-color: #FB3013; }
span { border-color: rgb(251,48,19); }
td.TdClassName
{
border-color: #FB3013;
}
.TagClassName
{
border-color: #FB3013;
}
</style>