Shades of Scarlet #FA2107
Tints of Scarlet #FA2107
RGB
CMYK
RGB Variations
Color information
#FA2107 (or 0xFA2107) is known color: Scarlet. HEX triplet: FA, 21 and 07. RGB value is (250,33,7). Sum of RGB (Red+Green+Blue) = 250+33+7=290 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.21% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 7 (3.12% from 255 or 2.41% from 290); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2107 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2107 is #05DEF8. Grayscale: #5F5F5F. Windows color (decimal): -384761 or 467450. OLE color: 467450.
HSL color Cylindrical-coordinate representation of color #FA2107: hue angle of 6.42º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA2107 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 7 | - |
| CMYK | 0 | 0.87 | 0.97 | 0.02 |
| HSL | 6.42º | 0.96% | 0.5% | - |
| HSV(B) | 6.42º | 0.97% | 0.98% | - |
| XYZ | 40.01 | 21.43 | 2.23 | - |
| YUV | 94.92 | 78.39 | 238.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 7 | 0 | 0.87 | 0.97 | 0.02 | 6.42 | 0.96 | 0.5 |
| Hex | FA | 21 | 7 | 0 | 57 | 61 | 2 | 6 | 60 | 32 |
| Octal | 372 | 41 | 7 | 0 | 127 | 141 | 2 | 6 | 140 | 62 |
| Binary | 11111010 | 100001 | 111 | 0 | 1010111 | 1100001 | 10 | 110 | 1100000 | 110010 |
Color Harmonies of #FA2107
Complementary color
Monochromatic Colors of #FA2107
Black with #FA2107
Text Example
Text Example
White with #FA2107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2107; }
p { color: rgb(250,33,7); }
H1.HeaderClassName
{
color: #FA2107;
}
.AnyTagClassName
{
color: #FA2107;
}
</style>
background-color css
<style>
a { background-color: #FA2107; }
a { background-color: rgb(250,33,7); }
div.DivClassName
{
background-color: #FA2107;
}
.BgClassName
{
background-color: #FA2107;
}
</style>
border-color css
<style>
span { border-color: #FA2107; }
span { border-color: rgb(250,33,7); }
td.TdClassName
{
border-color: #FA2107;
}
.TagClassName
{
border-color: #FA2107;
}
</style>