Shades of Scarlet #FA1F13
Tints of Scarlet #FA1F13
RGB
CMYK
RGB Variations
Color information
#FA1F13 (or 0xFA1F13) is known color: Scarlet. HEX triplet: FA, 1F and 13. RGB value is (250,31,19). Sum of RGB (Red+Green+Blue) = 250+31+19=300 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.33% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1F13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA1F13 is #05E0EC. Grayscale: #5F5F5F. Windows color (decimal): -385261 or 1253370. OLE color: 1253370.
HSL color Cylindrical-coordinate representation of color #FA1F13: hue angle of 3.12º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA1F13 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 31 | 19 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.02 |
| HSL | 3.12º | 0.96% | 0.53% | - |
| HSV(B) | 3.12º | 0.92% | 0.98% | - |
| XYZ | 40.03 | 21.35 | 2.63 | - |
| YUV | 95.11 | 85.05 | 238.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 31 | 19 | 0 | 0.88 | 0.92 | 0.02 | 3.12 | 0.96 | 0.53 |
| Hex | FA | 1F | 13 | 0 | 58 | 5C | 2 | 3 | 60 | 35 |
| Octal | 372 | 37 | 23 | 0 | 130 | 134 | 2 | 3 | 140 | 65 |
| Binary | 11111010 | 11111 | 10011 | 0 | 1011000 | 1011100 | 10 | 11 | 1100000 | 110101 |
Color Harmonies of #FA1F13
Complementary color
Monochromatic Colors of #FA1F13
Black with #FA1F13
Text Example
Text Example
White with #FA1F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1F13; }
p { color: rgb(250,31,19); }
H1.HeaderClassName
{
color: #FA1F13;
}
.AnyTagClassName
{
color: #FA1F13;
}
</style>
background-color css
<style>
a { background-color: #FA1F13; }
a { background-color: rgb(250,31,19); }
div.DivClassName
{
background-color: #FA1F13;
}
.BgClassName
{
background-color: #FA1F13;
}
</style>
border-color css
<style>
span { border-color: #FA1F13; }
span { border-color: rgb(250,31,19); }
td.TdClassName
{
border-color: #FA1F13;
}
.TagClassName
{
border-color: #FA1F13;
}
</style>