Shades of Scarlet #FA1302
Tints of Scarlet #FA1302
RGB
CMYK
RGB Variations
Color information
#FA1302 (or 0xFA1302) is known color: Scarlet. HEX triplet: FA, 13 and 02. RGB value is (250,19,2). Sum of RGB (Red+Green+Blue) = 250+19+2=271 (35% of max value = 765). Red value is 250 (98.05% from 255 or 92.25% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1302 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1302 is #05ECFD. Grayscale: #565656. Windows color (decimal): -388350 or 136186. OLE color: 136186.
HSL color Cylindrical-coordinate representation of color #FA1302: hue angle of 4.11º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA1302 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 19 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.02 |
| HSL | 4.11º | 0.98% | 0.49% | - |
| HSV(B) | 4.11º | 0.99% | 0.98% | - |
| XYZ | 39.67 | 20.79 | 1.98 | - |
| YUV | 86.13 | 80.53 | 244.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 2 | 0 | 0.92 | 0.99 | 0.02 | 4.11 | 0.98 | 0.49 |
| Hex | FA | 13 | 2 | 0 | 5C | 63 | 2 | 4 | 62 | 31 |
| Octal | 372 | 23 | 2 | 0 | 134 | 143 | 2 | 4 | 142 | 61 |
| Binary | 11111010 | 10011 | 10 | 0 | 1011100 | 1100011 | 10 | 100 | 1100010 | 110001 |
Color Harmonies of #FA1302
Complementary color
Monochromatic Colors of #FA1302
Black with #FA1302
Text Example
Text Example
White with #FA1302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1302; }
p { color: rgb(250,19,2); }
H1.HeaderClassName
{
color: #FA1302;
}
.AnyTagClassName
{
color: #FA1302;
}
</style>
background-color css
<style>
a { background-color: #FA1302; }
a { background-color: rgb(250,19,2); }
div.DivClassName
{
background-color: #FA1302;
}
.BgClassName
{
background-color: #FA1302;
}
</style>
border-color css
<style>
span { border-color: #FA1302; }
span { border-color: rgb(250,19,2); }
td.TdClassName
{
border-color: #FA1302;
}
.TagClassName
{
border-color: #FA1302;
}
</style>