Shades of Scarlet #FA180E
Tints of Scarlet #FA180E
RGB
CMYK
RGB Variations
Color information
#FA180E (or 0xFA180E) is known color: Scarlet. HEX triplet: FA, 18 and 0E. RGB value is (250,24,14). Sum of RGB (Red+Green+Blue) = 250+24+14=288 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.81% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 250 - color contains mainly: red. Hex color #FA180E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA180E is #05E7F1. Grayscale: #5A5A5A. Windows color (decimal): -387058 or 923898. OLE color: 923898.
HSL color Cylindrical-coordinate representation of color #FA180E: hue angle of 2.54º 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 #FA180E is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 14 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.02 |
| HSL | 2.54º | 0.96% | 0.52% | - |
| HSV(B) | 2.54º | 0.94% | 0.98% | - |
| XYZ | 39.83 | 21.01 | 2.37 | - |
| YUV | 90.43 | 84.87 | 241.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 14 | 0 | 0.90 | 0.94 | 0.02 | 2.54 | 0.96 | 0.52 |
| Hex | FA | 18 | E | 0 | 5A | 5E | 2 | 3 | 60 | 34 |
| Octal | 372 | 30 | 16 | 0 | 132 | 136 | 2 | 3 | 140 | 64 |
| Binary | 11111010 | 11000 | 1110 | 0 | 1011010 | 1011110 | 10 | 11 | 1100000 | 110100 |
Color Harmonies of #FA180E
Complementary color
Monochromatic Colors of #FA180E
Black with #FA180E
Text Example
Text Example
White with #FA180E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA180E; }
p { color: rgb(250,24,14); }
H1.HeaderClassName
{
color: #FA180E;
}
.AnyTagClassName
{
color: #FA180E;
}
</style>
background-color css
<style>
a { background-color: #FA180E; }
a { background-color: rgb(250,24,14); }
div.DivClassName
{
background-color: #FA180E;
}
.BgClassName
{
background-color: #FA180E;
}
</style>
border-color css
<style>
span { border-color: #FA180E; }
span { border-color: rgb(250,24,14); }
td.TdClassName
{
border-color: #FA180E;
}
.TagClassName
{
border-color: #FA180E;
}
</style>