Shades of Scarlet #FA1308
Tints of Scarlet #FA1308
RGB
CMYK
RGB Variations
Color information
#FA1308 (or 0xFA1308) is known color: Scarlet. HEX triplet: FA, 13 and 08. RGB value is (250,19,8). Sum of RGB (Red+Green+Blue) = 250+19+8=277 (36% of max value = 765). Red value is 250 (98.05% from 255 or 90.25% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1308 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1308 is #05ECF7. Grayscale: #575757. Windows color (decimal): -388344 or 529402. OLE color: 529402.
HSL color Cylindrical-coordinate representation of color #FA1308: hue angle of 2.73º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA1308 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 19 | 8 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.02 |
| HSL | 2.73º | 0.96% | 0.51% | - |
| HSV(B) | 2.73º | 0.97% | 0.98% | - |
| XYZ | 39.7 | 20.81 | 2.15 | - |
| YUV | 86.82 | 83.53 | 244.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 8 | 0 | 0.92 | 0.97 | 0.02 | 2.73 | 0.96 | 0.51 |
| Hex | FA | 13 | 8 | 0 | 5C | 61 | 2 | 3 | 60 | 33 |
| Octal | 372 | 23 | 10 | 0 | 134 | 141 | 2 | 3 | 140 | 63 |
| Binary | 11111010 | 10011 | 1000 | 0 | 1011100 | 1100001 | 10 | 11 | 1100000 | 110011 |
Color Harmonies of #FA1308
Complementary color
Monochromatic Colors of #FA1308
Black with #FA1308
Text Example
Text Example
White with #FA1308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1308; }
p { color: rgb(250,19,8); }
H1.HeaderClassName
{
color: #FA1308;
}
.AnyTagClassName
{
color: #FA1308;
}
</style>
background-color css
<style>
a { background-color: #FA1308; }
a { background-color: rgb(250,19,8); }
div.DivClassName
{
background-color: #FA1308;
}
.BgClassName
{
background-color: #FA1308;
}
</style>
border-color css
<style>
span { border-color: #FA1308; }
span { border-color: rgb(250,19,8); }
td.TdClassName
{
border-color: #FA1308;
}
.TagClassName
{
border-color: #FA1308;
}
</style>