Shades of Scarlet #FB2014
Tints of Scarlet #FB2014
RGB
CMYK
RGB Variations
Color information
#FB2014 (or 0xFB2014) is known color: Scarlet. HEX triplet: FB, 20 and 14. RGB value is (251,32,20). Sum of RGB (Red+Green+Blue) = 251+32+20=303 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.84% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2014 is #04DFEB. Grayscale: #606060. Windows color (decimal): -319468 or 1319163. OLE color: 1319163.
HSL color Cylindrical-coordinate representation of color #FB2014: hue angle of 3.12º 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 #FB2014 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 20 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.02 |
| HSL | 3.12º | 0.97% | 0.53% | - |
| HSV(B) | 3.12º | 0.92% | 0.98% | - |
| XYZ | 40.43 | 21.59 | 2.7 | - |
| YUV | 96.11 | 85.05 | 238.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 20 | 0 | 0.87 | 0.92 | 0.02 | 3.12 | 0.97 | 0.53 |
| Hex | FB | 20 | 14 | 0 | 57 | 5C | 2 | 3 | 61 | 35 |
| Octal | 373 | 40 | 24 | 0 | 127 | 134 | 2 | 3 | 141 | 65 |
| Binary | 11111011 | 100000 | 10100 | 0 | 1010111 | 1011100 | 10 | 11 | 1100001 | 110101 |
Color Harmonies of #FB2014
Complementary color
Monochromatic Colors of #FB2014
Black with #FB2014
Text Example
Text Example
White with #FB2014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2014; }
p { color: rgb(251,32,20); }
H1.HeaderClassName
{
color: #FB2014;
}
.AnyTagClassName
{
color: #FB2014;
}
</style>
background-color css
<style>
a { background-color: #FB2014; }
a { background-color: rgb(251,32,20); }
div.DivClassName
{
background-color: #FB2014;
}
.BgClassName
{
background-color: #FB2014;
}
</style>
border-color css
<style>
span { border-color: #FB2014; }
span { border-color: rgb(251,32,20); }
td.TdClassName
{
border-color: #FB2014;
}
.TagClassName
{
border-color: #FB2014;
}
</style>