Shades of Scarlet #FB201B
Tints of Scarlet #FB201B
RGB
CMYK
RGB Variations
Color information
#FB201B (or 0xFB201B) is known color: Scarlet. HEX triplet: FB, 20 and 1B. RGB value is (251,32,27). Sum of RGB (Red+Green+Blue) = 251+32+27=310 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.97% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 27 (10.94% from 255 or 8.71% from 310); Max value from RGB is 251 - color contains mainly: red. Hex color #FB201B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB201B is #04DFE4. Grayscale: #616161. Windows color (decimal): -319461 or 1777915. OLE color: 1777915.
HSL color Cylindrical-coordinate representation of color #FB201B: hue angle of 1.34º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB201B is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 27 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.02 |
| HSL | 1.34º | 0.97% | 0.55% | - |
| HSV(B) | 1.34º | 0.89% | 0.98% | - |
| XYZ | 40.5 | 21.62 | 3.08 | - |
| YUV | 96.91 | 88.55 | 237.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 27 | 0 | 0.87 | 0.89 | 0.02 | 1.34 | 0.97 | 0.55 |
| Hex | FB | 20 | 1B | 0 | 57 | 59 | 2 | 1 | 61 | 37 |
| Octal | 373 | 40 | 33 | 0 | 127 | 131 | 2 | 1 | 141 | 67 |
| Binary | 11111011 | 100000 | 11011 | 0 | 1010111 | 1011001 | 10 | 1 | 1100001 | 110111 |
Color Harmonies of #FB201B
Complementary color
Monochromatic Colors of #FB201B
Black with #FB201B
Text Example
Text Example
White with #FB201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB201B; }
p { color: rgb(251,32,27); }
H1.HeaderClassName
{
color: #FB201B;
}
.AnyTagClassName
{
color: #FB201B;
}
</style>
background-color css
<style>
a { background-color: #FB201B; }
a { background-color: rgb(251,32,27); }
div.DivClassName
{
background-color: #FB201B;
}
.BgClassName
{
background-color: #FB201B;
}
</style>
border-color css
<style>
span { border-color: #FB201B; }
span { border-color: rgb(251,32,27); }
td.TdClassName
{
border-color: #FB201B;
}
.TagClassName
{
border-color: #FB201B;
}
</style>