Shades of Scarlet #FB211D
Tints of Scarlet #FB211D
RGB
CMYK
RGB Variations
Color information
#FB211D (or 0xFB211D) is known color: Scarlet. HEX triplet: FB, 21 and 1D. RGB value is (251,33,29). Sum of RGB (Red+Green+Blue) = 251+33+29=313 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.19% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 251 - color contains mainly: red. Hex color #FB211D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB211D is #04DEE2. Grayscale: #616161. Windows color (decimal): -319203 or 1909243. OLE color: 1909243.
HSL color Cylindrical-coordinate representation of color #FB211D: hue angle of 1.08º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB211D is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 33 | 29 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.02 |
| HSL | 1.08º | 0.97% | 0.55% | - |
| HSV(B) | 1.08º | 0.88% | 0.98% | - |
| XYZ | 40.55 | 21.69 | 3.21 | - |
| YUV | 97.73 | 89.22 | 237.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 33 | 29 | 0 | 0.87 | 0.88 | 0.02 | 1.08 | 0.97 | 0.55 |
| Hex | FB | 21 | 1D | 0 | 57 | 58 | 2 | 1 | 61 | 37 |
| Octal | 373 | 41 | 35 | 0 | 127 | 130 | 2 | 1 | 141 | 67 |
| Binary | 11111011 | 100001 | 11101 | 0 | 1010111 | 1011000 | 10 | 1 | 1100001 | 110111 |
Color Harmonies of #FB211D
Complementary color
Monochromatic Colors of #FB211D
Black with #FB211D
Text Example
Text Example
White with #FB211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB211D; }
p { color: rgb(251,33,29); }
H1.HeaderClassName
{
color: #FB211D;
}
.AnyTagClassName
{
color: #FB211D;
}
</style>
background-color css
<style>
a { background-color: #FB211D; }
a { background-color: rgb(251,33,29); }
div.DivClassName
{
background-color: #FB211D;
}
.BgClassName
{
background-color: #FB211D;
}
</style>
border-color css
<style>
span { border-color: #FB211D; }
span { border-color: rgb(251,33,29); }
td.TdClassName
{
border-color: #FB211D;
}
.TagClassName
{
border-color: #FB211D;
}
</style>