Shades of Scarlet #FA1700
Tints of Scarlet #FA1700
RGB
CMYK
RGB Variations
Color information
#FA1700 (or 0xFA1700) is known color: Scarlet. HEX triplet: FA, 17 and 00. RGB value is (250,23,0). Sum of RGB (Red+Green+Blue) = 250+23+0=273 (36% of max value = 765). Red value is 250 (98.05% from 255 or 91.58% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1700 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1700 is #05E8FF. Grayscale: #585858. Windows color (decimal): -387328 or 6138. OLE color: 6138.
HSL color Cylindrical-coordinate representation of color #FA1700: hue angle of 5.52º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA1700 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.02 |
| HSL | 5.52º | 1% | 0.49% | - |
| HSV(B) | 5.52º | 1% | 0.98% | - |
| XYZ | 39.73 | 20.94 | 1.95 | - |
| YUV | 88.25 | 78.21 | 243.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 0 | 0 | 0.91 | 1 | 0.02 | 5.52 | 1 | 0.49 |
| Hex | FA | 17 | 0 | 0 | 5B | 64 | 2 | 6 | 64 | 31 |
| Octal | 372 | 27 | 0 | 0 | 133 | 144 | 2 | 6 | 144 | 61 |
| Binary | 11111010 | 10111 | 0 | 0 | 1011011 | 1100100 | 10 | 110 | 1100100 | 110001 |
Color Harmonies of #FA1700
Complementary color
Monochromatic Colors of #FA1700
Black with #FA1700
Text Example
Text Example
White with #FA1700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1700; }
p { color: rgb(250,23,0); }
H1.HeaderClassName
{
color: #FA1700;
}
.AnyTagClassName
{
color: #FA1700;
}
</style>
background-color css
<style>
a { background-color: #FA1700; }
a { background-color: rgb(250,23,0); }
div.DivClassName
{
background-color: #FA1700;
}
.BgClassName
{
background-color: #FA1700;
}
</style>
border-color css
<style>
span { border-color: #FA1700; }
span { border-color: rgb(250,23,0); }
td.TdClassName
{
border-color: #FA1700;
}
.TagClassName
{
border-color: #FA1700;
}
</style>