Shades of Scarlet #FB1409
Tints of Scarlet #FB1409
RGB
CMYK
RGB Variations
Color information
#FB1409 (or 0xFB1409) is known color: Scarlet. HEX triplet: FB, 14 and 09. RGB value is (251,20,9). Sum of RGB (Red+Green+Blue) = 251+20+9=280 (37% of max value = 765). Red value is 251 (98.44% from 255 or 89.64% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 9 (3.91% from 255 or 3.21% from 280); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1409 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1409 is #04EBF6. Grayscale: #585858. Windows color (decimal): -322551 or 595195. OLE color: 595195.
HSL color Cylindrical-coordinate representation of color #FB1409: hue angle of 2.73º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB1409 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 9 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.02 |
| HSL | 2.73º | 0.97% | 0.51% | - |
| HSV(B) | 2.73º | 0.96% | 0.98% | - |
| XYZ | 40.08 | 21.03 | 2.2 | - |
| YUV | 87.82 | 83.53 | 244.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 9 | 0 | 0.92 | 0.96 | 0.02 | 2.73 | 0.97 | 0.51 |
| Hex | FB | 14 | 9 | 0 | 5C | 60 | 2 | 3 | 61 | 33 |
| Octal | 373 | 24 | 11 | 0 | 134 | 140 | 2 | 3 | 141 | 63 |
| Binary | 11111011 | 10100 | 1001 | 0 | 1011100 | 1100000 | 10 | 11 | 1100001 | 110011 |
Color Harmonies of #FB1409
Complementary color
Monochromatic Colors of #FB1409
Black with #FB1409
Text Example
Text Example
White with #FB1409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1409; }
p { color: rgb(251,20,9); }
H1.HeaderClassName
{
color: #FB1409;
}
.AnyTagClassName
{
color: #FB1409;
}
</style>
background-color css
<style>
a { background-color: #FB1409; }
a { background-color: rgb(251,20,9); }
div.DivClassName
{
background-color: #FB1409;
}
.BgClassName
{
background-color: #FB1409;
}
</style>
border-color css
<style>
span { border-color: #FB1409; }
span { border-color: rgb(251,20,9); }
td.TdClassName
{
border-color: #FB1409;
}
.TagClassName
{
border-color: #FB1409;
}
</style>