Shades of Scarlet #FA1F18
Tints of Scarlet #FA1F18
RGB
CMYK
RGB Variations
Color information
#FA1F18 (or 0xFA1F18) is known color: Scarlet. HEX triplet: FA, 1F and 18. RGB value is (250,31,24). Sum of RGB (Red+Green+Blue) = 250+31+24=305 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.97% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1F18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA1F18 is #05E0E7. Grayscale: #5F5F5F. Windows color (decimal): -385256 or 1581050. OLE color: 1581050.
HSL color Cylindrical-coordinate representation of color #FA1F18: hue angle of 1.86º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA1F18 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 31 | 24 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.02 |
| HSL | 1.86º | 0.96% | 0.54% | - |
| HSV(B) | 1.86º | 0.9% | 0.98% | - |
| XYZ | 40.08 | 21.37 | 2.88 | - |
| YUV | 95.68 | 87.55 | 238.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 31 | 24 | 0 | 0.88 | 0.90 | 0.02 | 1.86 | 0.96 | 0.54 |
| Hex | FA | 1F | 18 | 0 | 58 | 5A | 2 | 2 | 60 | 36 |
| Octal | 372 | 37 | 30 | 0 | 130 | 132 | 2 | 2 | 140 | 66 |
| Binary | 11111010 | 11111 | 11000 | 0 | 1011000 | 1011010 | 10 | 10 | 1100000 | 110110 |
Color Harmonies of #FA1F18
Complementary color
Monochromatic Colors of #FA1F18
Black with #FA1F18
Text Example
Text Example
White with #FA1F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1F18; }
p { color: rgb(250,31,24); }
H1.HeaderClassName
{
color: #FA1F18;
}
.AnyTagClassName
{
color: #FA1F18;
}
</style>
background-color css
<style>
a { background-color: #FA1F18; }
a { background-color: rgb(250,31,24); }
div.DivClassName
{
background-color: #FA1F18;
}
.BgClassName
{
background-color: #FA1F18;
}
</style>
border-color css
<style>
span { border-color: #FA1F18; }
span { border-color: rgb(250,31,24); }
td.TdClassName
{
border-color: #FA1F18;
}
.TagClassName
{
border-color: #FA1F18;
}
</style>