Shades of Torch Red #FA0518
Tints of Torch Red #FA0518
RGB
CMYK
RGB Variations
Color information
#FA0518 (or 0xFA0518) is known color: Torch Red. HEX triplet: FA, 05 and 18. RGB value is (250,5,24). Sum of RGB (Red+Green+Blue) = 250+5+24=279 (36% of max value = 765). Red value is 250 (98.05% from 255 or 89.61% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0518 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0518 is #05FAE7. Grayscale: #505050. Windows color (decimal): -391912 or 1574394. OLE color: 1574394.
HSL color Cylindrical-coordinate representation of color #FA0518: hue angle of 355.35º 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 #FA0518 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 5 | 24 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.02 |
| HSL | 355.35º | 0.96% | 0.5% | - |
| HSV(B) | 355.35º | 0.98% | 0.98% | - |
| XYZ | 39.64 | 20.5 | 2.73 | - |
| YUV | 80.42 | 96.17 | 248.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 24 | 0 | 0.98 | 0.90 | 0.02 | 355.35 | 0.96 | 0.5 |
| Hex | FA | 5 | 18 | 0 | 62 | 5A | 2 | 163 | 60 | 32 |
| Octal | 372 | 5 | 30 | 0 | 142 | 132 | 2 | 543 | 140 | 62 |
| Binary | 11111010 | 101 | 11000 | 0 | 1100010 | 1011010 | 10 | 101100011 | 1100000 | 110010 |
Color Harmonies of #FA0518
Complementary color
Monochromatic Colors of #FA0518
Black with #FA0518
Text Example
Text Example
White with #FA0518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0518; }
p { color: rgb(250,5,24); }
H1.HeaderClassName
{
color: #FA0518;
}
.AnyTagClassName
{
color: #FA0518;
}
</style>
background-color css
<style>
a { background-color: #FA0518; }
a { background-color: rgb(250,5,24); }
div.DivClassName
{
background-color: #FA0518;
}
.BgClassName
{
background-color: #FA0518;
}
</style>
border-color css
<style>
span { border-color: #FA0518; }
span { border-color: rgb(250,5,24); }
td.TdClassName
{
border-color: #FA0518;
}
.TagClassName
{
border-color: #FA0518;
}
</style>