Shades of Scarlet #FB2713
Tints of Scarlet #FB2713
RGB
CMYK
RGB Variations
Color information
#FB2713 (or 0xFB2713) is known color: Scarlet. HEX triplet: FB, 27 and 13. RGB value is (251,39,19). Sum of RGB (Red+Green+Blue) = 251+39+19=309 (40% of max value = 765). Red value is 251 (98.44% from 255 or 81.23% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2713 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2713 is #04D8EC. Grayscale: #646464. Windows color (decimal): -317677 or 1255419. OLE color: 1255419.
HSL color Cylindrical-coordinate representation of color #FB2713: hue angle of 5.17º 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 #FB2713 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 39 | 19 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.02 |
| HSL | 5.17º | 0.97% | 0.53% | - |
| HSV(B) | 5.17º | 0.92% | 0.98% | - |
| XYZ | 40.63 | 22.01 | 2.72 | - |
| YUV | 100.11 | 82.24 | 235.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 39 | 19 | 0 | 0.84 | 0.92 | 0.02 | 5.17 | 0.97 | 0.53 |
| Hex | FB | 27 | 13 | 0 | 54 | 5C | 2 | 5 | 61 | 35 |
| Octal | 373 | 47 | 23 | 0 | 124 | 134 | 2 | 5 | 141 | 65 |
| Binary | 11111011 | 100111 | 10011 | 0 | 1010100 | 1011100 | 10 | 101 | 1100001 | 110101 |
Color Harmonies of #FB2713
Complementary color
Monochromatic Colors of #FB2713
Black with #FB2713
Text Example
Text Example
White with #FB2713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2713; }
p { color: rgb(251,39,19); }
H1.HeaderClassName
{
color: #FB2713;
}
.AnyTagClassName
{
color: #FB2713;
}
</style>
background-color css
<style>
a { background-color: #FB2713; }
a { background-color: rgb(251,39,19); }
div.DivClassName
{
background-color: #FB2713;
}
.BgClassName
{
background-color: #FB2713;
}
</style>
border-color css
<style>
span { border-color: #FB2713; }
span { border-color: rgb(251,39,19); }
td.TdClassName
{
border-color: #FB2713;
}
.TagClassName
{
border-color: #FB2713;
}
</style>