Shades of Scarlet #FA3105
Tints of Scarlet #FA3105
RGB
CMYK
RGB Variations
Color information
#FA3105 (or 0xFA3105) is known color: Scarlet. HEX triplet: FA, 31 and 05. RGB value is (250,49,5). Sum of RGB (Red+Green+Blue) = 250+49+5=304 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.24% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 5 (2.34% from 255 or 1.64% from 304); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3105 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3105 is #05CEFA. Grayscale: #686868. Windows color (decimal): -380667 or 340474. OLE color: 340474.
HSL color Cylindrical-coordinate representation of color #FA3105: hue angle of 10.78º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA3105 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 49 | 5 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.02 |
| HSL | 10.78º | 0.96% | 0.5% | - |
| HSV(B) | 10.78º | 0.98% | 0.98% | - |
| XYZ | 40.55 | 22.53 | 2.36 | - |
| YUV | 104.08 | 72.09 | 232.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 49 | 5 | 0 | 0.80 | 0.98 | 0.02 | 10.78 | 0.96 | 0.5 |
| Hex | FA | 31 | 5 | 0 | 50 | 62 | 2 | B | 60 | 32 |
| Octal | 372 | 61 | 5 | 0 | 120 | 142 | 2 | 13 | 140 | 62 |
| Binary | 11111010 | 110001 | 101 | 0 | 1010000 | 1100010 | 10 | 1011 | 1100000 | 110010 |
Color Harmonies of #FA3105
Complementary color
Monochromatic Colors of #FA3105
Black with #FA3105
Text Example
Text Example
White with #FA3105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3105; }
p { color: rgb(250,49,5); }
H1.HeaderClassName
{
color: #FA3105;
}
.AnyTagClassName
{
color: #FA3105;
}
</style>
background-color css
<style>
a { background-color: #FA3105; }
a { background-color: rgb(250,49,5); }
div.DivClassName
{
background-color: #FA3105;
}
.BgClassName
{
background-color: #FA3105;
}
</style>
border-color css
<style>
span { border-color: #FA3105; }
span { border-color: rgb(250,49,5); }
td.TdClassName
{
border-color: #FA3105;
}
.TagClassName
{
border-color: #FA3105;
}
</style>