Shades of Scarlet #FA2913
Tints of Scarlet #FA2913
RGB
CMYK
RGB Variations
Color information
#FA2913 (or 0xFA2913) is known color: Scarlet. HEX triplet: FA, 29 and 13. RGB value is (250,41,19). Sum of RGB (Red+Green+Blue) = 250+41+19=310 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.65% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2913 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2913 is #05D6EC. Grayscale: #656565. Windows color (decimal): -382701 or 1255930. OLE color: 1255930.
HSL color Cylindrical-coordinate representation of color #FA2913: hue angle of 5.71º 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 #FA2913 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 41 | 19 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.02 |
| HSL | 5.71º | 0.96% | 0.53% | - |
| HSV(B) | 5.71º | 0.92% | 0.98% | - |
| XYZ | 40.33 | 21.96 | 2.73 | - |
| YUV | 100.98 | 81.74 | 234.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 19 | 0 | 0.84 | 0.92 | 0.02 | 5.71 | 0.96 | 0.53 |
| Hex | FA | 29 | 13 | 0 | 54 | 5C | 2 | 6 | 60 | 35 |
| Octal | 372 | 51 | 23 | 0 | 124 | 134 | 2 | 6 | 140 | 65 |
| Binary | 11111010 | 101001 | 10011 | 0 | 1010100 | 1011100 | 10 | 110 | 1100000 | 110101 |
Color Harmonies of #FA2913
Complementary color
Monochromatic Colors of #FA2913
Black with #FA2913
Text Example
Text Example
White with #FA2913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2913; }
p { color: rgb(250,41,19); }
H1.HeaderClassName
{
color: #FA2913;
}
.AnyTagClassName
{
color: #FA2913;
}
</style>
background-color css
<style>
a { background-color: #FA2913; }
a { background-color: rgb(250,41,19); }
div.DivClassName
{
background-color: #FA2913;
}
.BgClassName
{
background-color: #FA2913;
}
</style>
border-color css
<style>
span { border-color: #FA2913; }
span { border-color: rgb(250,41,19); }
td.TdClassName
{
border-color: #FA2913;
}
.TagClassName
{
border-color: #FA2913;
}
</style>