Shades of Scarlet #FA1607
Tints of Scarlet #FA1607
RGB
CMYK
RGB Variations
Color information
#FA1607 (or 0xFA1607) is known color: Scarlet. HEX triplet: FA, 16 and 07. RGB value is (250,22,7). Sum of RGB (Red+Green+Blue) = 250+22+7=279 (36% of max value = 765). Red value is 250 (98.05% from 255 or 89.61% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1607 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1607 is #05E9F8. Grayscale: #585858. Windows color (decimal): -387577 or 464634. OLE color: 464634.
HSL color Cylindrical-coordinate representation of color #FA1607: hue angle of 3.7º 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 #FA1607 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 22 | 7 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.02 |
| HSL | 3.7º | 0.96% | 0.5% | - |
| HSV(B) | 3.7º | 0.97% | 0.98% | - |
| XYZ | 39.75 | 20.91 | 2.14 | - |
| YUV | 88.46 | 82.04 | 243.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 22 | 7 | 0 | 0.91 | 0.97 | 0.02 | 3.7 | 0.96 | 0.5 |
| Hex | FA | 16 | 7 | 0 | 5B | 61 | 2 | 4 | 60 | 32 |
| Octal | 372 | 26 | 7 | 0 | 133 | 141 | 2 | 4 | 140 | 62 |
| Binary | 11111010 | 10110 | 111 | 0 | 1011011 | 1100001 | 10 | 100 | 1100000 | 110010 |
Color Harmonies of #FA1607
Complementary color
Monochromatic Colors of #FA1607
Black with #FA1607
Text Example
Text Example
White with #FA1607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1607; }
p { color: rgb(250,22,7); }
H1.HeaderClassName
{
color: #FA1607;
}
.AnyTagClassName
{
color: #FA1607;
}
</style>
background-color css
<style>
a { background-color: #FA1607; }
a { background-color: rgb(250,22,7); }
div.DivClassName
{
background-color: #FA1607;
}
.BgClassName
{
background-color: #FA1607;
}
</style>
border-color css
<style>
span { border-color: #FA1607; }
span { border-color: rgb(250,22,7); }
td.TdClassName
{
border-color: #FA1607;
}
.TagClassName
{
border-color: #FA1607;
}
</style>