Shades of Scarlet #FA180D
Tints of Scarlet #FA180D
RGB
CMYK
RGB Variations
Color information
#FA180D (or 0xFA180D) is known color: Scarlet. HEX triplet: FA, 18 and 0D. RGB value is (250,24,13). Sum of RGB (Red+Green+Blue) = 250+24+13=287 (38% of max value = 765). Red value is 250 (98.05% from 255 or 87.11% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 250 - color contains mainly: red. Hex color #FA180D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA180D is #05E7F2. Grayscale: #5A5A5A. Windows color (decimal): -387059 or 858362. OLE color: 858362.
HSL color Cylindrical-coordinate representation of color #FA180D: hue angle of 2.78º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA180D is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 13 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.02 |
| HSL | 2.78º | 0.96% | 0.52% | - |
| HSV(B) | 2.78º | 0.95% | 0.98% | - |
| XYZ | 39.82 | 21.01 | 2.34 | - |
| YUV | 90.32 | 84.37 | 241.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 13 | 0 | 0.90 | 0.95 | 0.02 | 2.78 | 0.96 | 0.52 |
| Hex | FA | 18 | D | 0 | 5A | 5F | 2 | 3 | 60 | 34 |
| Octal | 372 | 30 | 15 | 0 | 132 | 137 | 2 | 3 | 140 | 64 |
| Binary | 11111010 | 11000 | 1101 | 0 | 1011010 | 1011111 | 10 | 11 | 1100000 | 110100 |
Color Harmonies of #FA180D
Complementary color
Monochromatic Colors of #FA180D
Black with #FA180D
Text Example
Text Example
White with #FA180D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA180D; }
p { color: rgb(250,24,13); }
H1.HeaderClassName
{
color: #FA180D;
}
.AnyTagClassName
{
color: #FA180D;
}
</style>
background-color css
<style>
a { background-color: #FA180D; }
a { background-color: rgb(250,24,13); }
div.DivClassName
{
background-color: #FA180D;
}
.BgClassName
{
background-color: #FA180D;
}
</style>
border-color css
<style>
span { border-color: #FA180D; }
span { border-color: rgb(250,24,13); }
td.TdClassName
{
border-color: #FA180D;
}
.TagClassName
{
border-color: #FA180D;
}
</style>