Shades of Scarlet #FB211C
Tints of Scarlet #FB211C
RGB
CMYK
RGB Variations
Color information
#FB211C (or 0xFB211C) is known color: Scarlet. HEX triplet: FB, 21 and 1C. RGB value is (251,33,28). Sum of RGB (Red+Green+Blue) = 251+33+28=312 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.45% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 251 - color contains mainly: red. Hex color #FB211C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB211C is #04DEE3. Grayscale: #616161. Windows color (decimal): -319204 or 1843707. OLE color: 1843707.
HSL color Cylindrical-coordinate representation of color #FB211C: hue angle of 1.35º 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 #FB211C is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 33 | 28 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.02 |
| HSL | 1.35º | 0.97% | 0.55% | - |
| HSV(B) | 1.35º | 0.89% | 0.98% | - |
| XYZ | 40.54 | 21.68 | 3.15 | - |
| YUV | 97.61 | 88.72 | 237.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 33 | 28 | 0 | 0.87 | 0.89 | 0.02 | 1.35 | 0.97 | 0.55 |
| Hex | FB | 21 | 1C | 0 | 57 | 59 | 2 | 1 | 61 | 37 |
| Octal | 373 | 41 | 34 | 0 | 127 | 131 | 2 | 1 | 141 | 67 |
| Binary | 11111011 | 100001 | 11100 | 0 | 1010111 | 1011001 | 10 | 1 | 1100001 | 110111 |
Color Harmonies of #FB211C
Complementary color
Monochromatic Colors of #FB211C
Black with #FB211C
Text Example
Text Example
White with #FB211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB211C; }
p { color: rgb(251,33,28); }
H1.HeaderClassName
{
color: #FB211C;
}
.AnyTagClassName
{
color: #FB211C;
}
</style>
background-color css
<style>
a { background-color: #FB211C; }
a { background-color: rgb(251,33,28); }
div.DivClassName
{
background-color: #FB211C;
}
.BgClassName
{
background-color: #FB211C;
}
</style>
border-color css
<style>
span { border-color: #FB211C; }
span { border-color: rgb(251,33,28); }
td.TdClassName
{
border-color: #FB211C;
}
.TagClassName
{
border-color: #FB211C;
}
</style>