Shades of Scarlet #FB1C01
Tints of Scarlet #FB1C01
RGB
CMYK
RGB Variations
Color information
#FB1C01 (or 0xFB1C01) is known color: Scarlet. HEX triplet: FB, 1C and 01. RGB value is (251,28,1). Sum of RGB (Red+Green+Blue) = 251+28+1=280 (37% of max value = 765). Red value is 251 (98.44% from 255 or 89.64% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1C01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB1C01 is #04E3FE. Grayscale: #5B5B5B. Windows color (decimal): -320511 or 72955. OLE color: 72955.
HSL color Cylindrical-coordinate representation of color #FB1C01: hue angle of 6.48º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB1C01 is Cyan = 0, Magento = 0.89, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 28 | 1 | - |
| CMYK | 0 | 0.89 | 1.00 | 0.02 |
| HSL | 6.48º | 0.99% | 0.49% | - |
| HSV(B) | 6.48º | 1% | 0.98% | - |
| XYZ | 40.2 | 21.34 | 2.03 | - |
| YUV | 91.6 | 76.88 | 241.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 28 | 1 | 0 | 0.89 | 1.00 | 0.02 | 6.48 | 0.99 | 0.49 |
| Hex | FB | 1C | 1 | 0 | 59 | 64 | 2 | 6 | 63 | 31 |
| Octal | 373 | 34 | 1 | 0 | 131 | 144 | 2 | 6 | 143 | 61 |
| Binary | 11111011 | 11100 | 1 | 0 | 1011001 | 1100100 | 10 | 110 | 1100011 | 110001 |
Color Harmonies of #FB1C01
Complementary color
Monochromatic Colors of #FB1C01
Black with #FB1C01
Text Example
Text Example
White with #FB1C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1C01; }
p { color: rgb(251,28,1); }
H1.HeaderClassName
{
color: #FB1C01;
}
.AnyTagClassName
{
color: #FB1C01;
}
</style>
background-color css
<style>
a { background-color: #FB1C01; }
a { background-color: rgb(251,28,1); }
div.DivClassName
{
background-color: #FB1C01;
}
.BgClassName
{
background-color: #FB1C01;
}
</style>
border-color css
<style>
span { border-color: #FB1C01; }
span { border-color: rgb(251,28,1); }
td.TdClassName
{
border-color: #FB1C01;
}
.TagClassName
{
border-color: #FB1C01;
}
</style>