Shades of Scarlet #FA1601
Tints of Scarlet #FA1601
RGB
CMYK
RGB Variations
Color information
#FA1601 (or 0xFA1601) is known color: Scarlet. HEX triplet: FA, 16 and 01. RGB value is (250,22,1). Sum of RGB (Red+Green+Blue) = 250+22+1=273 (36% of max value = 765). Red value is 250 (98.05% from 255 or 91.58% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1601 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1601 is #05E9FE. Grayscale: #585858. Windows color (decimal): -387583 or 71418. OLE color: 71418.
HSL color Cylindrical-coordinate representation of color #FA1601: hue angle of 5.06º 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 #FA1601 is Cyan = 0, Magento = 0.91, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 22 | 1 | - |
| CMYK | 0 | 0.91 | 1.00 | 0.02 |
| HSL | 5.06º | 0.99% | 0.49% | - |
| HSV(B) | 5.06º | 1% | 0.98% | - |
| XYZ | 39.72 | 20.9 | 1.97 | - |
| YUV | 87.78 | 79.04 | 243.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 22 | 1 | 0 | 0.91 | 1.00 | 0.02 | 5.06 | 0.99 | 0.49 |
| Hex | FA | 16 | 1 | 0 | 5B | 64 | 2 | 5 | 63 | 31 |
| Octal | 372 | 26 | 1 | 0 | 133 | 144 | 2 | 5 | 143 | 61 |
| Binary | 11111010 | 10110 | 1 | 0 | 1011011 | 1100100 | 10 | 101 | 1100011 | 110001 |
Color Harmonies of #FA1601
Complementary color
Monochromatic Colors of #FA1601
Black with #FA1601
Text Example
Text Example
White with #FA1601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1601; }
p { color: rgb(250,22,1); }
H1.HeaderClassName
{
color: #FA1601;
}
.AnyTagClassName
{
color: #FA1601;
}
</style>
background-color css
<style>
a { background-color: #FA1601; }
a { background-color: rgb(250,22,1); }
div.DivClassName
{
background-color: #FA1601;
}
.BgClassName
{
background-color: #FA1601;
}
</style>
border-color css
<style>
span { border-color: #FA1601; }
span { border-color: rgb(250,22,1); }
td.TdClassName
{
border-color: #FA1601;
}
.TagClassName
{
border-color: #FA1601;
}
</style>