Shades of Scarlet #FB1D14
Tints of Scarlet #FB1D14
RGB
CMYK
RGB Variations
Color information
#FB1D14 (or 0xFB1D14) is known color: Scarlet. HEX triplet: FB, 1D and 14. RGB value is (251,29,20). Sum of RGB (Red+Green+Blue) = 251+29+20=300 (39% of max value = 765). Red value is 251 (98.44% from 255 or 83.67% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1D14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB1D14 is #04E2EB. Grayscale: #5E5E5E. Windows color (decimal): -320236 or 1318395. OLE color: 1318395.
HSL color Cylindrical-coordinate representation of color #FB1D14: hue angle of 2.34º 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 #FB1D14 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 29 | 20 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.02 |
| HSL | 2.34º | 0.97% | 0.53% | - |
| HSV(B) | 2.34º | 0.92% | 0.98% | - |
| XYZ | 40.35 | 21.44 | 2.67 | - |
| YUV | 94.35 | 86.05 | 239.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 29 | 20 | 0 | 0.88 | 0.92 | 0.02 | 2.34 | 0.97 | 0.53 |
| Hex | FB | 1D | 14 | 0 | 58 | 5C | 2 | 2 | 61 | 35 |
| Octal | 373 | 35 | 24 | 0 | 130 | 134 | 2 | 2 | 141 | 65 |
| Binary | 11111011 | 11101 | 10100 | 0 | 1011000 | 1011100 | 10 | 10 | 1100001 | 110101 |
Color Harmonies of #FB1D14
Complementary color
Monochromatic Colors of #FB1D14
Black with #FB1D14
Text Example
Text Example
White with #FB1D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1D14; }
p { color: rgb(251,29,20); }
H1.HeaderClassName
{
color: #FB1D14;
}
.AnyTagClassName
{
color: #FB1D14;
}
</style>
background-color css
<style>
a { background-color: #FB1D14; }
a { background-color: rgb(251,29,20); }
div.DivClassName
{
background-color: #FB1D14;
}
.BgClassName
{
background-color: #FB1D14;
}
</style>
border-color css
<style>
span { border-color: #FB1D14; }
span { border-color: rgb(251,29,20); }
td.TdClassName
{
border-color: #FB1D14;
}
.TagClassName
{
border-color: #FB1D14;
}
</style>