Shades of Scarlet #FA3117
Tints of Scarlet #FA3117
RGB
CMYK
RGB Variations
Color information
#FA3117 (or 0xFA3117) is known color: Scarlet. HEX triplet: FA, 31 and 17. RGB value is (250,49,23). Sum of RGB (Red+Green+Blue) = 250+49+23=322 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.64% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 23 (9.38% from 255 or 7.14% from 322); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3117 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3117 is #05CEE8. Grayscale: #6A6A6A. Windows color (decimal): -380649 or 1520122. OLE color: 1520122.
HSL color Cylindrical-coordinate representation of color #FA3117: hue angle of 6.87º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA3117 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 49 | 23 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.02 |
| HSL | 6.87º | 0.96% | 0.54% | - |
| HSV(B) | 6.87º | 0.91% | 0.98% | - |
| XYZ | 40.68 | 22.58 | 3.03 | - |
| YUV | 106.14 | 81.09 | 230.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 49 | 23 | 0 | 0.80 | 0.91 | 0.02 | 6.87 | 0.96 | 0.54 |
| Hex | FA | 31 | 17 | 0 | 50 | 5B | 2 | 7 | 60 | 36 |
| Octal | 372 | 61 | 27 | 0 | 120 | 133 | 2 | 7 | 140 | 66 |
| Binary | 11111010 | 110001 | 10111 | 0 | 1010000 | 1011011 | 10 | 111 | 1100000 | 110110 |
Color Harmonies of #FA3117
Complementary color
Monochromatic Colors of #FA3117
Black with #FA3117
Text Example
Text Example
White with #FA3117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3117; }
p { color: rgb(250,49,23); }
H1.HeaderClassName
{
color: #FA3117;
}
.AnyTagClassName
{
color: #FA3117;
}
</style>
background-color css
<style>
a { background-color: #FA3117; }
a { background-color: rgb(250,49,23); }
div.DivClassName
{
background-color: #FA3117;
}
.BgClassName
{
background-color: #FA3117;
}
</style>
border-color css
<style>
span { border-color: #FA3117; }
span { border-color: rgb(250,49,23); }
td.TdClassName
{
border-color: #FA3117;
}
.TagClassName
{
border-color: #FA3117;
}
</style>