Shades of Scarlet #FA3109
Tints of Scarlet #FA3109
RGB
CMYK
RGB Variations
Color information
#FA3109 (or 0xFA3109) is known color: Scarlet. HEX triplet: FA, 31 and 09. RGB value is (250,49,9). Sum of RGB (Red+Green+Blue) = 250+49+9=308 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.17% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 9 (3.91% from 255 or 2.92% from 308); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3109 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3109 is #05CEF6. Grayscale: #686868. Windows color (decimal): -380663 or 602618. OLE color: 602618.
HSL color Cylindrical-coordinate representation of color #FA3109: hue angle of 9.96º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA3109 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 49 | 9 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.02 |
| HSL | 9.96º | 0.96% | 0.51% | - |
| HSV(B) | 9.96º | 0.96% | 0.98% | - |
| XYZ | 40.57 | 22.54 | 2.47 | - |
| YUV | 104.54 | 74.09 | 231.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 49 | 9 | 0 | 0.80 | 0.96 | 0.02 | 9.96 | 0.96 | 0.51 |
| Hex | FA | 31 | 9 | 0 | 50 | 60 | 2 | A | 60 | 33 |
| Octal | 372 | 61 | 11 | 0 | 120 | 140 | 2 | 12 | 140 | 63 |
| Binary | 11111010 | 110001 | 1001 | 0 | 1010000 | 1100000 | 10 | 1010 | 1100000 | 110011 |
Color Harmonies of #FA3109
Complementary color
Monochromatic Colors of #FA3109
Black with #FA3109
Text Example
Text Example
White with #FA3109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3109; }
p { color: rgb(250,49,9); }
H1.HeaderClassName
{
color: #FA3109;
}
.AnyTagClassName
{
color: #FA3109;
}
</style>
background-color css
<style>
a { background-color: #FA3109; }
a { background-color: rgb(250,49,9); }
div.DivClassName
{
background-color: #FA3109;
}
.BgClassName
{
background-color: #FA3109;
}
</style>
border-color css
<style>
span { border-color: #FA3109; }
span { border-color: rgb(250,49,9); }
td.TdClassName
{
border-color: #FA3109;
}
.TagClassName
{
border-color: #FA3109;
}
</style>