Shades of Scarlet #FA3316
Tints of Scarlet #FA3316
RGB
CMYK
RGB Variations
Color information
#FA3316 (or 0xFA3316) is known color: Scarlet. HEX triplet: FA, 33 and 16. RGB value is (250,51,22). Sum of RGB (Red+Green+Blue) = 250+51+22=323 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.40% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3316 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3316 is #05CCE9. Grayscale: #6B6B6B. Windows color (decimal): -380138 or 1455098. OLE color: 1455098.
HSL color Cylindrical-coordinate representation of color #FA3316: hue angle of 7.63º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA3316 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 51 | 22 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.02 |
| HSL | 7.63º | 0.96% | 0.53% | - |
| HSV(B) | 7.63º | 0.91% | 0.98% | - |
| XYZ | 40.75 | 22.75 | 3 | - |
| YUV | 107.2 | 79.93 | 229.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 51 | 22 | 0 | 0.80 | 0.91 | 0.02 | 7.63 | 0.96 | 0.53 |
| Hex | FA | 33 | 16 | 0 | 50 | 5B | 2 | 8 | 60 | 35 |
| Octal | 372 | 63 | 26 | 0 | 120 | 133 | 2 | 10 | 140 | 65 |
| Binary | 11111010 | 110011 | 10110 | 0 | 1010000 | 1011011 | 10 | 1000 | 1100000 | 110101 |
Color Harmonies of #FA3316
Complementary color
Monochromatic Colors of #FA3316
Black with #FA3316
Text Example
Text Example
White with #FA3316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3316; }
p { color: rgb(250,51,22); }
H1.HeaderClassName
{
color: #FA3316;
}
.AnyTagClassName
{
color: #FA3316;
}
</style>
background-color css
<style>
a { background-color: #FA3316; }
a { background-color: rgb(250,51,22); }
div.DivClassName
{
background-color: #FA3316;
}
.BgClassName
{
background-color: #FA3316;
}
</style>
border-color css
<style>
span { border-color: #FA3316; }
span { border-color: rgb(250,51,22); }
td.TdClassName
{
border-color: #FA3316;
}
.TagClassName
{
border-color: #FA3316;
}
</style>