Shades of Scarlet #FB210C
Tints of Scarlet #FB210C
RGB
CMYK
RGB Variations
Color information
#FB210C (or 0xFB210C) is known color: Scarlet. HEX triplet: FB, 21 and 0C. RGB value is (251,33,12). Sum of RGB (Red+Green+Blue) = 251+33+12=296 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.80% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 12 (5.08% from 255 or 4.05% from 296); Max value from RGB is 251 - color contains mainly: red. Hex color #FB210C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB210C is #04DEF3. Grayscale: #606060. Windows color (decimal): -319220 or 795131. OLE color: 795131.
HSL color Cylindrical-coordinate representation of color #FB210C: hue angle of 5.27º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB210C is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 33 | 12 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.02 |
| HSL | 5.27º | 0.97% | 0.52% | - |
| HSV(B) | 5.27º | 0.95% | 0.98% | - |
| XYZ | 40.39 | 21.62 | 2.39 | - |
| YUV | 95.79 | 80.72 | 238.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 33 | 12 | 0 | 0.87 | 0.95 | 0.02 | 5.27 | 0.97 | 0.52 |
| Hex | FB | 21 | C | 0 | 57 | 5F | 2 | 5 | 61 | 34 |
| Octal | 373 | 41 | 14 | 0 | 127 | 137 | 2 | 5 | 141 | 64 |
| Binary | 11111011 | 100001 | 1100 | 0 | 1010111 | 1011111 | 10 | 101 | 1100001 | 110100 |
Color Harmonies of #FB210C
Complementary color
Monochromatic Colors of #FB210C
Black with #FB210C
Text Example
Text Example
White with #FB210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB210C; }
p { color: rgb(251,33,12); }
H1.HeaderClassName
{
color: #FB210C;
}
.AnyTagClassName
{
color: #FB210C;
}
</style>
background-color css
<style>
a { background-color: #FB210C; }
a { background-color: rgb(251,33,12); }
div.DivClassName
{
background-color: #FB210C;
}
.BgClassName
{
background-color: #FB210C;
}
</style>
border-color css
<style>
span { border-color: #FB210C; }
span { border-color: rgb(251,33,12); }
td.TdClassName
{
border-color: #FB210C;
}
.TagClassName
{
border-color: #FB210C;
}
</style>