Shades of Scarlet #FA2707
Tints of Scarlet #FA2707
RGB
CMYK
RGB Variations
Color information
#FA2707 (or 0xFA2707) is known color: Scarlet. HEX triplet: FA, 27 and 07. RGB value is (250,39,7). Sum of RGB (Red+Green+Blue) = 250+39+7=296 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.46% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 7 (3.12% from 255 or 2.36% from 296); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2707 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2707 is #05D8F8. Grayscale: #626262. Windows color (decimal): -383225 or 468986. OLE color: 468986.
HSL color Cylindrical-coordinate representation of color #FA2707: hue angle of 7.9º 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 #FA2707 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 39 | 7 | - |
| CMYK | 0 | 0.84 | 0.97 | 0.02 |
| HSL | 7.9º | 0.96% | 0.5% | - |
| HSV(B) | 7.9º | 0.97% | 0.98% | - |
| XYZ | 40.19 | 21.79 | 2.29 | - |
| YUV | 98.44 | 76.4 | 236.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 39 | 7 | 0 | 0.84 | 0.97 | 0.02 | 7.9 | 0.96 | 0.5 |
| Hex | FA | 27 | 7 | 0 | 54 | 61 | 2 | 8 | 60 | 32 |
| Octal | 372 | 47 | 7 | 0 | 124 | 141 | 2 | 10 | 140 | 62 |
| Binary | 11111010 | 100111 | 111 | 0 | 1010100 | 1100001 | 10 | 1000 | 1100000 | 110010 |
Color Harmonies of #FA2707
Complementary color
Monochromatic Colors of #FA2707
Black with #FA2707
Text Example
Text Example
White with #FA2707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2707; }
p { color: rgb(250,39,7); }
H1.HeaderClassName
{
color: #FA2707;
}
.AnyTagClassName
{
color: #FA2707;
}
</style>
background-color css
<style>
a { background-color: #FA2707; }
a { background-color: rgb(250,39,7); }
div.DivClassName
{
background-color: #FA2707;
}
.BgClassName
{
background-color: #FA2707;
}
</style>
border-color css
<style>
span { border-color: #FA2707; }
span { border-color: rgb(250,39,7); }
td.TdClassName
{
border-color: #FA2707;
}
.TagClassName
{
border-color: #FA2707;
}
</style>