Shades of Scarlet #FA1800
Tints of Scarlet #FA1800
RGB
CMYK
RGB Variations
Color information
#FA1800 (or 0xFA1800) is known color: Scarlet. HEX triplet: FA, 18 and 00. RGB value is (250,24,0). Sum of RGB (Red+Green+Blue) = 250+24+0=274 (36% of max value = 765). Red value is 250 (98.05% from 255 or 91.24% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1800 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1800 is #05E7FF. Grayscale: #595959. Windows color (decimal): -387072 or 6394. OLE color: 6394.
HSL color Cylindrical-coordinate representation of color #FA1800: hue angle of 5.76º 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 #FA1800 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.02 |
| HSL | 5.76º | 1% | 0.49% | - |
| HSV(B) | 5.76º | 1% | 0.98% | - |
| XYZ | 39.75 | 20.98 | 1.95 | - |
| YUV | 88.84 | 77.87 | 242.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 0 | 0 | 0.90 | 1 | 0.02 | 5.76 | 1 | 0.49 |
| Hex | FA | 18 | 0 | 0 | 5A | 64 | 2 | 6 | 64 | 31 |
| Octal | 372 | 30 | 0 | 0 | 132 | 144 | 2 | 6 | 144 | 61 |
| Binary | 11111010 | 11000 | 0 | 0 | 1011010 | 1100100 | 10 | 110 | 1100100 | 110001 |
Color Harmonies of #FA1800
Complementary color
Monochromatic Colors of #FA1800
Black with #FA1800
Text Example
Text Example
White with #FA1800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1800; }
p { color: rgb(250,24,0); }
H1.HeaderClassName
{
color: #FA1800;
}
.AnyTagClassName
{
color: #FA1800;
}
</style>
background-color css
<style>
a { background-color: #FA1800; }
a { background-color: rgb(250,24,0); }
div.DivClassName
{
background-color: #FA1800;
}
.BgClassName
{
background-color: #FA1800;
}
</style>
border-color css
<style>
span { border-color: #FA1800; }
span { border-color: rgb(250,24,0); }
td.TdClassName
{
border-color: #FA1800;
}
.TagClassName
{
border-color: #FA1800;
}
</style>