Shades of Scarlet #FA1B18
Tints of Scarlet #FA1B18
RGB
CMYK
RGB Variations
Color information
#FA1B18 (or 0xFA1B18) is known color: Scarlet. HEX triplet: FA, 1B and 18. RGB value is (250,27,24). Sum of RGB (Red+Green+Blue) = 250+27+24=301 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.06% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1B18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA1B18 is #05E4E7. Grayscale: #5D5D5D. Windows color (decimal): -386280 or 1580026. OLE color: 1580026.
HSL color Cylindrical-coordinate representation of color #FA1B18: hue angle of 0.8º 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 #FA1B18 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 27 | 24 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.02 |
| HSL | 0.8º | 0.96% | 0.54% | - |
| HSV(B) | 0.8º | 0.9% | 0.98% | - |
| XYZ | 39.98 | 21.17 | 2.84 | - |
| YUV | 93.34 | 88.88 | 239.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 27 | 24 | 0 | 0.89 | 0.90 | 0.02 | 0.8 | 0.96 | 0.54 |
| Hex | FA | 1B | 18 | 0 | 59 | 5A | 2 | 1 | 60 | 36 |
| Octal | 372 | 33 | 30 | 0 | 131 | 132 | 2 | 1 | 140 | 66 |
| Binary | 11111010 | 11011 | 11000 | 0 | 1011001 | 1011010 | 10 | 1 | 1100000 | 110110 |
Color Harmonies of #FA1B18
Complementary color
Monochromatic Colors of #FA1B18
Black with #FA1B18
Text Example
Text Example
White with #FA1B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1B18; }
p { color: rgb(250,27,24); }
H1.HeaderClassName
{
color: #FA1B18;
}
.AnyTagClassName
{
color: #FA1B18;
}
</style>
background-color css
<style>
a { background-color: #FA1B18; }
a { background-color: rgb(250,27,24); }
div.DivClassName
{
background-color: #FA1B18;
}
.BgClassName
{
background-color: #FA1B18;
}
</style>
border-color css
<style>
span { border-color: #FA1B18; }
span { border-color: rgb(250,27,24); }
td.TdClassName
{
border-color: #FA1B18;
}
.TagClassName
{
border-color: #FA1B18;
}
</style>