Shades of Scarlet #FA2416
Tints of Scarlet #FA2416
RGB
CMYK
RGB Variations
Color information
#FA2416 (or 0xFA2416) is known color: Scarlet. HEX triplet: FA, 24 and 16. RGB value is (250,36,22). Sum of RGB (Red+Green+Blue) = 250+36+22=308 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.17% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2416 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2416 is #05DBE9. Grayscale: #626262. Windows color (decimal): -383978 or 1451258. OLE color: 1451258.
HSL color Cylindrical-coordinate representation of color #FA2416: hue angle of 3.68º 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 #FA2416 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 36 | 22 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.02 |
| HSL | 3.68º | 0.96% | 0.53% | - |
| HSV(B) | 3.68º | 0.91% | 0.98% | - |
| XYZ | 40.2 | 21.64 | 2.82 | - |
| YUV | 98.39 | 84.9 | 236.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 36 | 22 | 0 | 0.86 | 0.91 | 0.02 | 3.68 | 0.96 | 0.53 |
| Hex | FA | 24 | 16 | 0 | 56 | 5B | 2 | 4 | 60 | 35 |
| Octal | 372 | 44 | 26 | 0 | 126 | 133 | 2 | 4 | 140 | 65 |
| Binary | 11111010 | 100100 | 10110 | 0 | 1010110 | 1011011 | 10 | 100 | 1100000 | 110101 |
Color Harmonies of #FA2416
Complementary color
Monochromatic Colors of #FA2416
Black with #FA2416
Text Example
Text Example
White with #FA2416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2416; }
p { color: rgb(250,36,22); }
H1.HeaderClassName
{
color: #FA2416;
}
.AnyTagClassName
{
color: #FA2416;
}
</style>
background-color css
<style>
a { background-color: #FA2416; }
a { background-color: rgb(250,36,22); }
div.DivClassName
{
background-color: #FA2416;
}
.BgClassName
{
background-color: #FA2416;
}
</style>
border-color css
<style>
span { border-color: #FA2416; }
span { border-color: rgb(250,36,22); }
td.TdClassName
{
border-color: #FA2416;
}
.TagClassName
{
border-color: #FA2416;
}
</style>