Shades of Scarlet #FA1507
Tints of Scarlet #FA1507
RGB
CMYK
RGB Variations
Color information
#FA1507 (or 0xFA1507) is known color: Scarlet. HEX triplet: FA, 15 and 07. RGB value is (250,21,7). Sum of RGB (Red+Green+Blue) = 250+21+7=278 (36% of max value = 765). Red value is 250 (98.05% from 255 or 89.93% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 7 (3.12% from 255 or 2.52% from 278); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1507 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1507 is #05EAF8. Grayscale: #585858. Windows color (decimal): -387833 or 464378. OLE color: 464378.
HSL color Cylindrical-coordinate representation of color #FA1507: hue angle of 3.46º 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 #FA1507 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 7 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.02 |
| HSL | 3.46º | 0.96% | 0.5% | - |
| HSV(B) | 3.46º | 0.97% | 0.98% | - |
| XYZ | 39.73 | 20.88 | 2.14 | - |
| YUV | 87.88 | 82.37 | 243.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 7 | 0 | 0.92 | 0.97 | 0.02 | 3.46 | 0.96 | 0.5 |
| Hex | FA | 15 | 7 | 0 | 5C | 61 | 2 | 3 | 60 | 32 |
| Octal | 372 | 25 | 7 | 0 | 134 | 141 | 2 | 3 | 140 | 62 |
| Binary | 11111010 | 10101 | 111 | 0 | 1011100 | 1100001 | 10 | 11 | 1100000 | 110010 |
Color Harmonies of #FA1507
Complementary color
Monochromatic Colors of #FA1507
Black with #FA1507
Text Example
Text Example
White with #FA1507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1507; }
p { color: rgb(250,21,7); }
H1.HeaderClassName
{
color: #FA1507;
}
.AnyTagClassName
{
color: #FA1507;
}
</style>
background-color css
<style>
a { background-color: #FA1507; }
a { background-color: rgb(250,21,7); }
div.DivClassName
{
background-color: #FA1507;
}
.BgClassName
{
background-color: #FA1507;
}
</style>
border-color css
<style>
span { border-color: #FA1507; }
span { border-color: rgb(250,21,7); }
td.TdClassName
{
border-color: #FA1507;
}
.TagClassName
{
border-color: #FA1507;
}
</style>