Shades of Scarlet #FA1406
Tints of Scarlet #FA1406
RGB
CMYK
RGB Variations
Color information
#FA1406 (or 0xFA1406) is known color: Scarlet. HEX triplet: FA, 14 and 06. RGB value is (250,20,6). Sum of RGB (Red+Green+Blue) = 250+20+6=276 (36% of max value = 765). Red value is 250 (98.05% from 255 or 90.58% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 6 (2.73% from 255 or 2.17% from 276); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1406 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1406 is #05EBF9. Grayscale: #575757. Windows color (decimal): -388090 or 398586. OLE color: 398586.
HSL color Cylindrical-coordinate representation of color #FA1406: hue angle of 3.44º 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 #FA1406 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 6 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.02 |
| HSL | 3.44º | 0.96% | 0.5% | - |
| HSV(B) | 3.44º | 0.98% | 0.98% | - |
| XYZ | 39.71 | 20.84 | 2.1 | - |
| YUV | 87.17 | 82.2 | 244.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 6 | 0 | 0.92 | 0.98 | 0.02 | 3.44 | 0.96 | 0.5 |
| Hex | FA | 14 | 6 | 0 | 5C | 62 | 2 | 3 | 60 | 32 |
| Octal | 372 | 24 | 6 | 0 | 134 | 142 | 2 | 3 | 140 | 62 |
| Binary | 11111010 | 10100 | 110 | 0 | 1011100 | 1100010 | 10 | 11 | 1100000 | 110010 |
Color Harmonies of #FA1406
Complementary color
Monochromatic Colors of #FA1406
Black with #FA1406
Text Example
Text Example
White with #FA1406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1406; }
p { color: rgb(250,20,6); }
H1.HeaderClassName
{
color: #FA1406;
}
.AnyTagClassName
{
color: #FA1406;
}
</style>
background-color css
<style>
a { background-color: #FA1406; }
a { background-color: rgb(250,20,6); }
div.DivClassName
{
background-color: #FA1406;
}
.BgClassName
{
background-color: #FA1406;
}
</style>
border-color css
<style>
span { border-color: #FA1406; }
span { border-color: rgb(250,20,6); }
td.TdClassName
{
border-color: #FA1406;
}
.TagClassName
{
border-color: #FA1406;
}
</style>