Shades of Scarlet #FA1B16
Tints of Scarlet #FA1B16
RGB
CMYK
RGB Variations
Color information
#FA1B16 (or 0xFA1B16) is known color: Scarlet. HEX triplet: FA, 1B and 16. RGB value is (250,27,22). Sum of RGB (Red+Green+Blue) = 250+27+22=299 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.61% from 299); Green value is 27 (10.94% from 255 or 9.03% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1B16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA1B16 is #05E4E9. Grayscale: #5D5D5D. Windows color (decimal): -386282 or 1448954. OLE color: 1448954.
HSL color Cylindrical-coordinate representation of color #FA1B16: hue angle of 1.32º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA1B16 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 27 | 22 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.02 |
| HSL | 1.32º | 0.96% | 0.53% | - |
| HSV(B) | 1.32º | 0.91% | 0.98% | - |
| XYZ | 39.96 | 21.17 | 2.74 | - |
| YUV | 93.11 | 87.88 | 239.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 27 | 22 | 0 | 0.89 | 0.91 | 0.02 | 1.32 | 0.96 | 0.53 |
| Hex | FA | 1B | 16 | 0 | 59 | 5B | 2 | 1 | 60 | 35 |
| Octal | 372 | 33 | 26 | 0 | 131 | 133 | 2 | 1 | 140 | 65 |
| Binary | 11111010 | 11011 | 10110 | 0 | 1011001 | 1011011 | 10 | 1 | 1100000 | 110101 |
Color Harmonies of #FA1B16
Complementary color
Monochromatic Colors of #FA1B16
Black with #FA1B16
Text Example
Text Example
White with #FA1B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1B16; }
p { color: rgb(250,27,22); }
H1.HeaderClassName
{
color: #FA1B16;
}
.AnyTagClassName
{
color: #FA1B16;
}
</style>
background-color css
<style>
a { background-color: #FA1B16; }
a { background-color: rgb(250,27,22); }
div.DivClassName
{
background-color: #FA1B16;
}
.BgClassName
{
background-color: #FA1B16;
}
</style>
border-color css
<style>
span { border-color: #FA1B16; }
span { border-color: rgb(250,27,22); }
td.TdClassName
{
border-color: #FA1B16;
}
.TagClassName
{
border-color: #FA1B16;
}
</style>