Shades of Scarlet #FB1902
Tints of Scarlet #FB1902
RGB
CMYK
RGB Variations
Color information
#FB1902 (or 0xFB1902) is known color: Scarlet. HEX triplet: FB, 19 and 02. RGB value is (251,25,2). Sum of RGB (Red+Green+Blue) = 251+25+2=278 (36% of max value = 765). Red value is 251 (98.44% from 255 or 90.29% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1902 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1902 is #04E6FD. Grayscale: #5A5A5A. Windows color (decimal): -321278 or 137723. OLE color: 137723.
HSL color Cylindrical-coordinate representation of color #FB1902: hue angle of 5.54º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB1902 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 2 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.02 |
| HSL | 5.54º | 0.98% | 0.5% | - |
| HSV(B) | 5.54º | 0.99% | 0.98% | - |
| XYZ | 40.14 | 21.21 | 2.04 | - |
| YUV | 89.95 | 78.37 | 242.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 2 | 0 | 0.90 | 0.99 | 0.02 | 5.54 | 0.98 | 0.5 |
| Hex | FB | 19 | 2 | 0 | 5A | 63 | 2 | 6 | 62 | 32 |
| Octal | 373 | 31 | 2 | 0 | 132 | 143 | 2 | 6 | 142 | 62 |
| Binary | 11111011 | 11001 | 10 | 0 | 1011010 | 1100011 | 10 | 110 | 1100010 | 110010 |
Color Harmonies of #FB1902
Complementary color
Monochromatic Colors of #FB1902
Black with #FB1902
Text Example
Text Example
White with #FB1902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1902; }
p { color: rgb(251,25,2); }
H1.HeaderClassName
{
color: #FB1902;
}
.AnyTagClassName
{
color: #FB1902;
}
</style>
background-color css
<style>
a { background-color: #FB1902; }
a { background-color: rgb(251,25,2); }
div.DivClassName
{
background-color: #FB1902;
}
.BgClassName
{
background-color: #FB1902;
}
</style>
border-color css
<style>
span { border-color: #FB1902; }
span { border-color: rgb(251,25,2); }
td.TdClassName
{
border-color: #FB1902;
}
.TagClassName
{
border-color: #FB1902;
}
</style>