Shades of Scarlet #FA2110
Tints of Scarlet #FA2110
RGB
CMYK
RGB Variations
Color information
#FA2110 (or 0xFA2110) is known color: Scarlet. HEX triplet: FA, 21 and 10. RGB value is (250,33,16). Sum of RGB (Red+Green+Blue) = 250+33+16=299 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.61% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2110 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2110 is #05DEEF. Grayscale: #606060. Windows color (decimal): -384752 or 1057274. OLE color: 1057274.
HSL color Cylindrical-coordinate representation of color #FA2110: hue angle of 4.36º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA2110 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 16 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.02 |
| HSL | 4.36º | 0.96% | 0.52% | - |
| HSV(B) | 4.36º | 0.94% | 0.98% | - |
| XYZ | 40.06 | 21.45 | 2.52 | - |
| YUV | 95.95 | 82.89 | 237.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 16 | 0 | 0.87 | 0.94 | 0.02 | 4.36 | 0.96 | 0.52 |
| Hex | FA | 21 | 10 | 0 | 57 | 5E | 2 | 4 | 60 | 34 |
| Octal | 372 | 41 | 20 | 0 | 127 | 136 | 2 | 4 | 140 | 64 |
| Binary | 11111010 | 100001 | 10000 | 0 | 1010111 | 1011110 | 10 | 100 | 1100000 | 110100 |
Color Harmonies of #FA2110
Complementary color
Monochromatic Colors of #FA2110
Black with #FA2110
Text Example
Text Example
White with #FA2110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2110; }
p { color: rgb(250,33,16); }
H1.HeaderClassName
{
color: #FA2110;
}
.AnyTagClassName
{
color: #FA2110;
}
</style>
background-color css
<style>
a { background-color: #FA2110; }
a { background-color: rgb(250,33,16); }
div.DivClassName
{
background-color: #FA2110;
}
.BgClassName
{
background-color: #FA2110;
}
</style>
border-color css
<style>
span { border-color: #FA2110; }
span { border-color: rgb(250,33,16); }
td.TdClassName
{
border-color: #FA2110;
}
.TagClassName
{
border-color: #FA2110;
}
</style>