Shades of Scarlet #FB1E15
Tints of Scarlet #FB1E15
RGB
CMYK
RGB Variations
Color information
#FB1E15 (or 0xFB1E15) is known color: Scarlet. HEX triplet: FB, 1E and 15. RGB value is (251,30,21). Sum of RGB (Red+Green+Blue) = 251+30+21=302 (40% of max value = 765). Red value is 251 (98.44% from 255 or 83.11% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1E15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB1E15 is #04E1EA. Grayscale: #5F5F5F. Windows color (decimal): -319979 or 1384187. OLE color: 1384187.
HSL color Cylindrical-coordinate representation of color #FB1E15: hue angle of 2.35º 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 #FB1E15 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 30 | 21 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.02 |
| HSL | 2.35º | 0.97% | 0.53% | - |
| HSV(B) | 2.35º | 0.92% | 0.98% | - |
| XYZ | 40.38 | 21.49 | 2.73 | - |
| YUV | 95.05 | 86.22 | 239.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 30 | 21 | 0 | 0.88 | 0.92 | 0.02 | 2.35 | 0.97 | 0.53 |
| Hex | FB | 1E | 15 | 0 | 58 | 5C | 2 | 2 | 61 | 35 |
| Octal | 373 | 36 | 25 | 0 | 130 | 134 | 2 | 2 | 141 | 65 |
| Binary | 11111011 | 11110 | 10101 | 0 | 1011000 | 1011100 | 10 | 10 | 1100001 | 110101 |
Color Harmonies of #FB1E15
Complementary color
Monochromatic Colors of #FB1E15
Black with #FB1E15
Text Example
Text Example
White with #FB1E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1E15; }
p { color: rgb(251,30,21); }
H1.HeaderClassName
{
color: #FB1E15;
}
.AnyTagClassName
{
color: #FB1E15;
}
</style>
background-color css
<style>
a { background-color: #FB1E15; }
a { background-color: rgb(251,30,21); }
div.DivClassName
{
background-color: #FB1E15;
}
.BgClassName
{
background-color: #FB1E15;
}
</style>
border-color css
<style>
span { border-color: #FB1E15; }
span { border-color: rgb(251,30,21); }
td.TdClassName
{
border-color: #FB1E15;
}
.TagClassName
{
border-color: #FB1E15;
}
</style>