Shades of Scarlet #FA150E
Tints of Scarlet #FA150E
RGB
CMYK
RGB Variations
Color information
#FA150E (or 0xFA150E) is known color: Scarlet. HEX triplet: FA, 15 and 0E. RGB value is (250,21,14). Sum of RGB (Red+Green+Blue) = 250+21+14=285 (37% of max value = 765). Red value is 250 (98.05% from 255 or 87.72% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 14 (5.86% from 255 or 4.91% from 285); Max value from RGB is 250 - color contains mainly: red. Hex color #FA150E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA150E is #05EAF1. Grayscale: #585858. Windows color (decimal): -387826 or 923130. OLE color: 923130.
HSL color Cylindrical-coordinate representation of color #FA150E: hue angle of 1.78º 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 #FA150E is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 14 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.02 |
| HSL | 1.78º | 0.96% | 0.52% | - |
| HSV(B) | 1.78º | 0.94% | 0.98% | - |
| XYZ | 39.77 | 20.89 | 2.35 | - |
| YUV | 88.67 | 85.87 | 243.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 14 | 0 | 0.92 | 0.94 | 0.02 | 1.78 | 0.96 | 0.52 |
| Hex | FA | 15 | E | 0 | 5C | 5E | 2 | 2 | 60 | 34 |
| Octal | 372 | 25 | 16 | 0 | 134 | 136 | 2 | 2 | 140 | 64 |
| Binary | 11111010 | 10101 | 1110 | 0 | 1011100 | 1011110 | 10 | 10 | 1100000 | 110100 |
Color Harmonies of #FA150E
Complementary color
Monochromatic Colors of #FA150E
Black with #FA150E
Text Example
Text Example
White with #FA150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA150E; }
p { color: rgb(250,21,14); }
H1.HeaderClassName
{
color: #FA150E;
}
.AnyTagClassName
{
color: #FA150E;
}
</style>
background-color css
<style>
a { background-color: #FA150E; }
a { background-color: rgb(250,21,14); }
div.DivClassName
{
background-color: #FA150E;
}
.BgClassName
{
background-color: #FA150E;
}
</style>
border-color css
<style>
span { border-color: #FA150E; }
span { border-color: rgb(250,21,14); }
td.TdClassName
{
border-color: #FA150E;
}
.TagClassName
{
border-color: #FA150E;
}
</style>