Shades of Scarlet #FB211A
Tints of Scarlet #FB211A
RGB
CMYK
RGB Variations
Color information
#FB211A (or 0xFB211A) is known color: Scarlet. HEX triplet: FB, 21 and 1A. RGB value is (251,33,26). Sum of RGB (Red+Green+Blue) = 251+33+26=310 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.97% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 26 (10.55% from 255 or 8.39% from 310); Max value from RGB is 251 - color contains mainly: red. Hex color #FB211A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB211A is #04DEE5. Grayscale: #616161. Windows color (decimal): -319206 or 1712635. OLE color: 1712635.
HSL color Cylindrical-coordinate representation of color #FB211A: hue angle of 1.87º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB211A is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 33 | 26 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.02 |
| HSL | 1.87º | 0.97% | 0.54% | - |
| HSV(B) | 1.87º | 0.9% | 0.98% | - |
| XYZ | 40.51 | 21.67 | 3.02 | - |
| YUV | 97.38 | 87.72 | 237.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 33 | 26 | 0 | 0.87 | 0.90 | 0.02 | 1.87 | 0.97 | 0.54 |
| Hex | FB | 21 | 1A | 0 | 57 | 5A | 2 | 2 | 61 | 36 |
| Octal | 373 | 41 | 32 | 0 | 127 | 132 | 2 | 2 | 141 | 66 |
| Binary | 11111011 | 100001 | 11010 | 0 | 1010111 | 1011010 | 10 | 10 | 1100001 | 110110 |
Color Harmonies of #FB211A
Complementary color
Monochromatic Colors of #FB211A
Black with #FB211A
Text Example
Text Example
White with #FB211A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB211A; }
p { color: rgb(251,33,26); }
H1.HeaderClassName
{
color: #FB211A;
}
.AnyTagClassName
{
color: #FB211A;
}
</style>
background-color css
<style>
a { background-color: #FB211A; }
a { background-color: rgb(251,33,26); }
div.DivClassName
{
background-color: #FB211A;
}
.BgClassName
{
background-color: #FB211A;
}
</style>
border-color css
<style>
span { border-color: #FB211A; }
span { border-color: rgb(251,33,26); }
td.TdClassName
{
border-color: #FB211A;
}
.TagClassName
{
border-color: #FB211A;
}
</style>