Shades of Scarlet #FA1603
Tints of Scarlet #FA1603
RGB
CMYK
RGB Variations
Color information
#FA1603 (or 0xFA1603) is known color: Scarlet. HEX triplet: FA, 16 and 03. RGB value is (250,22,3). Sum of RGB (Red+Green+Blue) = 250+22+3=275 (36% of max value = 765). Red value is 250 (98.05% from 255 or 90.91% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1603 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1603 is #05E9FC. Grayscale: #585858. Windows color (decimal): -387581 or 202490. OLE color: 202490.
HSL color Cylindrical-coordinate representation of color #FA1603: hue angle of 4.62º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA1603 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 22 | 3 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.02 |
| HSL | 4.62º | 0.98% | 0.5% | - |
| HSV(B) | 4.62º | 0.99% | 0.98% | - |
| XYZ | 39.73 | 20.9 | 2.03 | - |
| YUV | 88.01 | 80.04 | 243.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 22 | 3 | 0 | 0.91 | 0.99 | 0.02 | 4.62 | 0.98 | 0.5 |
| Hex | FA | 16 | 3 | 0 | 5B | 63 | 2 | 5 | 62 | 32 |
| Octal | 372 | 26 | 3 | 0 | 133 | 143 | 2 | 5 | 142 | 62 |
| Binary | 11111010 | 10110 | 11 | 0 | 1011011 | 1100011 | 10 | 101 | 1100010 | 110010 |
Color Harmonies of #FA1603
Complementary color
Monochromatic Colors of #FA1603
Black with #FA1603
Text Example
Text Example
White with #FA1603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1603; }
p { color: rgb(250,22,3); }
H1.HeaderClassName
{
color: #FA1603;
}
.AnyTagClassName
{
color: #FA1603;
}
</style>
background-color css
<style>
a { background-color: #FA1603; }
a { background-color: rgb(250,22,3); }
div.DivClassName
{
background-color: #FA1603;
}
.BgClassName
{
background-color: #FA1603;
}
</style>
border-color css
<style>
span { border-color: #FA1603; }
span { border-color: rgb(250,22,3); }
td.TdClassName
{
border-color: #FA1603;
}
.TagClassName
{
border-color: #FA1603;
}
</style>