Shades of Scarlet #FA3101
Tints of Scarlet #FA3101
RGB
CMYK
RGB Variations
Color information
#FA3101 (or 0xFA3101) is known color: Scarlet. HEX triplet: FA, 31 and 01. RGB value is (250,49,1). Sum of RGB (Red+Green+Blue) = 250+49+1=300 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.33% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3101 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3101 is #05CEFE. Grayscale: #686868. Windows color (decimal): -380671 or 78330. OLE color: 78330.
HSL color Cylindrical-coordinate representation of color #FA3101: hue angle of 11.57º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA3101 is Cyan = 0, Magento = 0.80, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 49 | 1 | - |
| CMYK | 0 | 0.80 | 1.00 | 0.02 |
| HSL | 11.57º | 0.99% | 0.49% | - |
| HSV(B) | 11.57º | 1% | 0.98% | - |
| XYZ | 40.53 | 22.52 | 2.24 | - |
| YUV | 103.63 | 70.09 | 232.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 49 | 1 | 0 | 0.80 | 1.00 | 0.02 | 11.57 | 0.99 | 0.49 |
| Hex | FA | 31 | 1 | 0 | 50 | 64 | 2 | C | 63 | 31 |
| Octal | 372 | 61 | 1 | 0 | 120 | 144 | 2 | 14 | 143 | 61 |
| Binary | 11111010 | 110001 | 1 | 0 | 1010000 | 1100100 | 10 | 1100 | 1100011 | 110001 |
Color Harmonies of #FA3101
Complementary color
Monochromatic Colors of #FA3101
Black with #FA3101
Text Example
Text Example
White with #FA3101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3101; }
p { color: rgb(250,49,1); }
H1.HeaderClassName
{
color: #FA3101;
}
.AnyTagClassName
{
color: #FA3101;
}
</style>
background-color css
<style>
a { background-color: #FA3101; }
a { background-color: rgb(250,49,1); }
div.DivClassName
{
background-color: #FA3101;
}
.BgClassName
{
background-color: #FA3101;
}
</style>
border-color css
<style>
span { border-color: #FA3101; }
span { border-color: rgb(250,49,1); }
td.TdClassName
{
border-color: #FA3101;
}
.TagClassName
{
border-color: #FA3101;
}
</style>