Shades of Torch Red #FA0619
Tints of Torch Red #FA0619
RGB
CMYK
RGB Variations
Color information
#FA0619 (or 0xFA0619) is known color: Torch Red. HEX triplet: FA, 06 and 19. RGB value is (250,6,25). Sum of RGB (Red+Green+Blue) = 250+6+25=281 (37% of max value = 765). Red value is 250 (98.05% from 255 or 88.97% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0619 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0619 is #05F9E6. Grayscale: #515151. Windows color (decimal): -391655 or 1640186. OLE color: 1640186.
HSL color Cylindrical-coordinate representation of color #FA0619: hue angle of 355.33º 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 #FA0619 is Cyan = 0, Magento = 0.98, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 6 | 25 | - |
| CMYK | 0 | 0.98 | 0.9 | 0.02 |
| HSL | 355.33º | 0.96% | 0.5% | - |
| HSV(B) | 355.33º | 0.98% | 0.98% | - |
| XYZ | 39.66 | 20.52 | 2.79 | - |
| YUV | 81.12 | 96.34 | 248.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 6 | 25 | 0 | 0.98 | 0.9 | 0.02 | 355.33 | 0.96 | 0.5 |
| Hex | FA | 6 | 19 | 0 | 62 | 5A | 2 | 163 | 60 | 32 |
| Octal | 372 | 6 | 31 | 0 | 142 | 132 | 2 | 543 | 140 | 62 |
| Binary | 11111010 | 110 | 11001 | 0 | 1100010 | 1011010 | 10 | 101100011 | 1100000 | 110010 |
Color Harmonies of #FA0619
Complementary color
Monochromatic Colors of #FA0619
Black with #FA0619
Text Example
Text Example
White with #FA0619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0619; }
p { color: rgb(250,6,25); }
H1.HeaderClassName
{
color: #FA0619;
}
.AnyTagClassName
{
color: #FA0619;
}
</style>
background-color css
<style>
a { background-color: #FA0619; }
a { background-color: rgb(250,6,25); }
div.DivClassName
{
background-color: #FA0619;
}
.BgClassName
{
background-color: #FA0619;
}
</style>
border-color css
<style>
span { border-color: #FA0619; }
span { border-color: rgb(250,6,25); }
td.TdClassName
{
border-color: #FA0619;
}
.TagClassName
{
border-color: #FA0619;
}
</style>