Shades of Scarlet #FA3413
Tints of Scarlet #FA3413
RGB
CMYK
RGB Variations
Color information
#FA3413 (or 0xFA3413) is known color: Scarlet. HEX triplet: FA, 34 and 13. RGB value is (250,52,19). Sum of RGB (Red+Green+Blue) = 250+52+19=321 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.88% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3413 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3413 is #05CBEC. Grayscale: #6B6B6B. Windows color (decimal): -379885 or 1258746. OLE color: 1258746.
HSL color Cylindrical-coordinate representation of color #FA3413: hue angle of 8.57º 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 #FA3413 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 52 | 19 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.02 |
| HSL | 8.57º | 0.96% | 0.53% | - |
| HSV(B) | 8.57º | 0.92% | 0.98% | - |
| XYZ | 40.77 | 22.83 | 2.87 | - |
| YUV | 107.44 | 78.1 | 229.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 52 | 19 | 0 | 0.79 | 0.92 | 0.02 | 8.57 | 0.96 | 0.53 |
| Hex | FA | 34 | 13 | 0 | 4F | 5C | 2 | 9 | 60 | 35 |
| Octal | 372 | 64 | 23 | 0 | 117 | 134 | 2 | 11 | 140 | 65 |
| Binary | 11111010 | 110100 | 10011 | 0 | 1001111 | 1011100 | 10 | 1001 | 1100000 | 110101 |
Color Harmonies of #FA3413
Complementary color
Monochromatic Colors of #FA3413
Black with #FA3413
Text Example
Text Example
White with #FA3413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3413; }
p { color: rgb(250,52,19); }
H1.HeaderClassName
{
color: #FA3413;
}
.AnyTagClassName
{
color: #FA3413;
}
</style>
background-color css
<style>
a { background-color: #FA3413; }
a { background-color: rgb(250,52,19); }
div.DivClassName
{
background-color: #FA3413;
}
.BgClassName
{
background-color: #FA3413;
}
</style>
border-color css
<style>
span { border-color: #FA3413; }
span { border-color: rgb(250,52,19); }
td.TdClassName
{
border-color: #FA3413;
}
.TagClassName
{
border-color: #FA3413;
}
</style>