Shades of Scarlet #FA2010
Tints of Scarlet #FA2010
RGB
CMYK
RGB Variations
Color information
#FA2010 (or 0xFA2010) is known color: Scarlet. HEX triplet: FA, 20 and 10. RGB value is (250,32,16). Sum of RGB (Red+Green+Blue) = 250+32+16=298 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.89% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2010 is #05DFEF. Grayscale: #5F5F5F. Windows color (decimal): -385008 or 1057018. OLE color: 1057018.
HSL color Cylindrical-coordinate representation of color #FA2010: hue angle of 4.1º 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 #FA2010 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 32 | 16 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.02 |
| HSL | 4.1º | 0.96% | 0.52% | - |
| HSV(B) | 4.1º | 0.94% | 0.98% | - |
| XYZ | 40.03 | 21.39 | 2.51 | - |
| YUV | 95.36 | 83.22 | 238.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 32 | 16 | 0 | 0.87 | 0.94 | 0.02 | 4.1 | 0.96 | 0.52 |
| Hex | FA | 20 | 10 | 0 | 57 | 5E | 2 | 4 | 60 | 34 |
| Octal | 372 | 40 | 20 | 0 | 127 | 136 | 2 | 4 | 140 | 64 |
| Binary | 11111010 | 100000 | 10000 | 0 | 1010111 | 1011110 | 10 | 100 | 1100000 | 110100 |
Color Harmonies of #FA2010
Complementary color
Monochromatic Colors of #FA2010
Black with #FA2010
Text Example
Text Example
White with #FA2010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2010; }
p { color: rgb(250,32,16); }
H1.HeaderClassName
{
color: #FA2010;
}
.AnyTagClassName
{
color: #FA2010;
}
</style>
background-color css
<style>
a { background-color: #FA2010; }
a { background-color: rgb(250,32,16); }
div.DivClassName
{
background-color: #FA2010;
}
.BgClassName
{
background-color: #FA2010;
}
</style>
border-color css
<style>
span { border-color: #FA2010; }
span { border-color: rgb(250,32,16); }
td.TdClassName
{
border-color: #FA2010;
}
.TagClassName
{
border-color: #FA2010;
}
</style>