Shades of Scarlet #FA1E0A
Tints of Scarlet #FA1E0A
RGB
CMYK
RGB Variations
Color information
#FA1E0A (or 0xFA1E0A) is known color: Scarlet. HEX triplet: FA, 1E and 0A. RGB value is (250,30,10). Sum of RGB (Red+Green+Blue) = 250+30+10=290 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.21% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 10 (4.30% from 255 or 3.45% from 290); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA1E0A is #05E1F5. Grayscale: #5D5D5D. Windows color (decimal): -385526 or 663290. OLE color: 663290.
HSL color Cylindrical-coordinate representation of color #FA1E0A: hue angle of 5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA1E0A is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 10 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.02 |
| HSL | 5º | 0.96% | 0.51% | - |
| HSV(B) | 5º | 0.96% | 0.98% | - |
| XYZ | 39.94 | 21.27 | 2.29 | - |
| YUV | 93.5 | 80.89 | 239.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 10 | 0 | 0.88 | 0.96 | 0.02 | 5 | 0.96 | 0.51 |
| Hex | FA | 1E | A | 0 | 58 | 60 | 2 | 5 | 60 | 33 |
| Octal | 372 | 36 | 12 | 0 | 130 | 140 | 2 | 5 | 140 | 63 |
| Binary | 11111010 | 11110 | 1010 | 0 | 1011000 | 1100000 | 10 | 101 | 1100000 | 110011 |
Color Harmonies of #FA1E0A
Complementary color
Monochromatic Colors of #FA1E0A
Black with #FA1E0A
Text Example
Text Example
White with #FA1E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1E0A; }
p { color: rgb(250,30,10); }
H1.HeaderClassName
{
color: #FA1E0A;
}
.AnyTagClassName
{
color: #FA1E0A;
}
</style>
background-color css
<style>
a { background-color: #FA1E0A; }
a { background-color: rgb(250,30,10); }
div.DivClassName
{
background-color: #FA1E0A;
}
.BgClassName
{
background-color: #FA1E0A;
}
</style>
border-color css
<style>
span { border-color: #FA1E0A; }
span { border-color: rgb(250,30,10); }
td.TdClassName
{
border-color: #FA1E0A;
}
.TagClassName
{
border-color: #FA1E0A;
}
</style>