Shades of Scarlet #FA1305
Tints of Scarlet #FA1305
RGB
CMYK
RGB Variations
Color information
#FA1305 (or 0xFA1305) is known color: Scarlet. HEX triplet: FA, 13 and 05. RGB value is (250,19,5). Sum of RGB (Red+Green+Blue) = 250+19+5=274 (36% of max value = 765). Red value is 250 (98.05% from 255 or 91.24% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1305 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1305 is #05ECFA. Grayscale: #565656. Windows color (decimal): -388347 or 332794. OLE color: 332794.
HSL color Cylindrical-coordinate representation of color #FA1305: hue angle of 3.43º 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 #FA1305 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 19 | 5 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.02 |
| HSL | 3.43º | 0.96% | 0.5% | - |
| HSV(B) | 3.43º | 0.98% | 0.98% | - |
| XYZ | 39.68 | 20.8 | 2.07 | - |
| YUV | 86.47 | 82.03 | 244.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 5 | 0 | 0.92 | 0.98 | 0.02 | 3.43 | 0.96 | 0.5 |
| Hex | FA | 13 | 5 | 0 | 5C | 62 | 2 | 3 | 60 | 32 |
| Octal | 372 | 23 | 5 | 0 | 134 | 142 | 2 | 3 | 140 | 62 |
| Binary | 11111010 | 10011 | 101 | 0 | 1011100 | 1100010 | 10 | 11 | 1100000 | 110010 |
Color Harmonies of #FA1305
Complementary color
Monochromatic Colors of #FA1305
Black with #FA1305
Text Example
Text Example
White with #FA1305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1305; }
p { color: rgb(250,19,5); }
H1.HeaderClassName
{
color: #FA1305;
}
.AnyTagClassName
{
color: #FA1305;
}
</style>
background-color css
<style>
a { background-color: #FA1305; }
a { background-color: rgb(250,19,5); }
div.DivClassName
{
background-color: #FA1305;
}
.BgClassName
{
background-color: #FA1305;
}
</style>
border-color css
<style>
span { border-color: #FA1305; }
span { border-color: rgb(250,19,5); }
td.TdClassName
{
border-color: #FA1305;
}
.TagClassName
{
border-color: #FA1305;
}
</style>