Shades of Scarlet #FA3112
Tints of Scarlet #FA3112
RGB
CMYK
RGB Variations
Color information
#FA3112 (or 0xFA3112) is known color: Scarlet. HEX triplet: FA, 31 and 12. RGB value is (250,49,18). Sum of RGB (Red+Green+Blue) = 250+49+18=317 (41% of max value = 765). Red value is 250 (98.05% from 255 or 78.86% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3112 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3112 is #05CEED. Grayscale: #696969. Windows color (decimal): -380654 or 1192442. OLE color: 1192442.
HSL color Cylindrical-coordinate representation of color #FA3112: hue angle of 8.02º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA3112 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 49 | 18 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.02 |
| HSL | 8.02º | 0.96% | 0.53% | - |
| HSV(B) | 8.02º | 0.93% | 0.98% | - |
| XYZ | 40.63 | 22.56 | 2.79 | - |
| YUV | 105.57 | 78.59 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 49 | 18 | 0 | 0.80 | 0.93 | 0.02 | 8.02 | 0.96 | 0.53 |
| Hex | FA | 31 | 12 | 0 | 50 | 5D | 2 | 8 | 60 | 35 |
| Octal | 372 | 61 | 22 | 0 | 120 | 135 | 2 | 10 | 140 | 65 |
| Binary | 11111010 | 110001 | 10010 | 0 | 1010000 | 1011101 | 10 | 1000 | 1100000 | 110101 |
Color Harmonies of #FA3112
Complementary color
Monochromatic Colors of #FA3112
Black with #FA3112
Text Example
Text Example
White with #FA3112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3112; }
p { color: rgb(250,49,18); }
H1.HeaderClassName
{
color: #FA3112;
}
.AnyTagClassName
{
color: #FA3112;
}
</style>
background-color css
<style>
a { background-color: #FA3112; }
a { background-color: rgb(250,49,18); }
div.DivClassName
{
background-color: #FA3112;
}
.BgClassName
{
background-color: #FA3112;
}
</style>
border-color css
<style>
span { border-color: #FA3112; }
span { border-color: rgb(250,49,18); }
td.TdClassName
{
border-color: #FA3112;
}
.TagClassName
{
border-color: #FA3112;
}
</style>