Shades of Scarlet #FA140E
Tints of Scarlet #FA140E
RGB
CMYK
RGB Variations
Color information
#FA140E (or 0xFA140E) is known color: Scarlet. HEX triplet: FA, 14 and 0E. RGB value is (250,20,14). Sum of RGB (Red+Green+Blue) = 250+20+14=284 (37% of max value = 765). Red value is 250 (98.05% from 255 or 88.03% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 250 - color contains mainly: red. Hex color #FA140E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA140E is #05EBF1. Grayscale: #585858. Windows color (decimal): -388082 or 922874. OLE color: 922874.
HSL color Cylindrical-coordinate representation of color #FA140E: hue angle of 1.53º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA140E is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 14 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.02 |
| HSL | 1.53º | 0.96% | 0.52% | - |
| HSV(B) | 1.53º | 0.94% | 0.98% | - |
| XYZ | 39.75 | 20.86 | 2.35 | - |
| YUV | 88.09 | 86.2 | 243.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 14 | 0 | 0.92 | 0.94 | 0.02 | 1.53 | 0.96 | 0.52 |
| Hex | FA | 14 | E | 0 | 5C | 5E | 2 | 2 | 60 | 34 |
| Octal | 372 | 24 | 16 | 0 | 134 | 136 | 2 | 2 | 140 | 64 |
| Binary | 11111010 | 10100 | 1110 | 0 | 1011100 | 1011110 | 10 | 10 | 1100000 | 110100 |
Color Harmonies of #FA140E
Complementary color
Monochromatic Colors of #FA140E
Black with #FA140E
Text Example
Text Example
White with #FA140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA140E; }
p { color: rgb(250,20,14); }
H1.HeaderClassName
{
color: #FA140E;
}
.AnyTagClassName
{
color: #FA140E;
}
</style>
background-color css
<style>
a { background-color: #FA140E; }
a { background-color: rgb(250,20,14); }
div.DivClassName
{
background-color: #FA140E;
}
.BgClassName
{
background-color: #FA140E;
}
</style>
border-color css
<style>
span { border-color: #FA140E; }
span { border-color: rgb(250,20,14); }
td.TdClassName
{
border-color: #FA140E;
}
.TagClassName
{
border-color: #FA140E;
}
</style>