Shades of Scarlet #FB1404
Tints of Scarlet #FB1404
RGB
CMYK
RGB Variations
Color information
#FB1404 (or 0xFB1404) is known color: Scarlet. HEX triplet: FB, 14 and 04. RGB value is (251,20,4). Sum of RGB (Red+Green+Blue) = 251+20+4=275 (36% of max value = 765). Red value is 251 (98.44% from 255 or 91.27% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1404 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1404 is #04EBFB. Grayscale: #575757. Windows color (decimal): -322556 or 267515. OLE color: 267515.
HSL color Cylindrical-coordinate representation of color #FB1404: hue angle of 3.89º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB1404 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 4 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.02 |
| HSL | 3.89º | 0.97% | 0.5% | - |
| HSV(B) | 3.89º | 0.98% | 0.98% | - |
| XYZ | 40.06 | 21.02 | 2.06 | - |
| YUV | 87.25 | 81.03 | 244.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 4 | 0 | 0.92 | 0.98 | 0.02 | 3.89 | 0.97 | 0.5 |
| Hex | FB | 14 | 4 | 0 | 5C | 62 | 2 | 4 | 61 | 32 |
| Octal | 373 | 24 | 4 | 0 | 134 | 142 | 2 | 4 | 141 | 62 |
| Binary | 11111011 | 10100 | 100 | 0 | 1011100 | 1100010 | 10 | 100 | 1100001 | 110010 |
Color Harmonies of #FB1404
Complementary color
Monochromatic Colors of #FB1404
Black with #FB1404
Text Example
Text Example
White with #FB1404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1404; }
p { color: rgb(251,20,4); }
H1.HeaderClassName
{
color: #FB1404;
}
.AnyTagClassName
{
color: #FB1404;
}
</style>
background-color css
<style>
a { background-color: #FB1404; }
a { background-color: rgb(251,20,4); }
div.DivClassName
{
background-color: #FB1404;
}
.BgClassName
{
background-color: #FB1404;
}
</style>
border-color css
<style>
span { border-color: #FB1404; }
span { border-color: rgb(251,20,4); }
td.TdClassName
{
border-color: #FB1404;
}
.TagClassName
{
border-color: #FB1404;
}
</style>