Shades of Torch Red #FA0613
Tints of Torch Red #FA0613
RGB
CMYK
RGB Variations
Color information
#FA0613 (or 0xFA0613) is known color: Torch Red. HEX triplet: FA, 06 and 13. RGB value is (250,6,19). Sum of RGB (Red+Green+Blue) = 250+6+19=275 (36% of max value = 765). Red value is 250 (98.05% from 255 or 90.91% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0613 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0613 is #05F9EC. Grayscale: #505050. Windows color (decimal): -391661 or 1246970. OLE color: 1246970.
HSL color Cylindrical-coordinate representation of color #FA0613: hue angle of 356.8º 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 #FA0613 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 6 | 19 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.02 |
| HSL | 356.8º | 0.96% | 0.5% | - |
| HSV(B) | 356.8º | 0.98% | 0.98% | - |
| XYZ | 39.61 | 20.5 | 2.49 | - |
| YUV | 80.44 | 93.34 | 248.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 6 | 19 | 0 | 0.98 | 0.92 | 0.02 | 356.8 | 0.96 | 0.5 |
| Hex | FA | 6 | 13 | 0 | 62 | 5C | 2 | 165 | 60 | 32 |
| Octal | 372 | 6 | 23 | 0 | 142 | 134 | 2 | 545 | 140 | 62 |
| Binary | 11111010 | 110 | 10011 | 0 | 1100010 | 1011100 | 10 | 101100101 | 1100000 | 110010 |
Color Harmonies of #FA0613
Complementary color
Monochromatic Colors of #FA0613
Black with #FA0613
Text Example
Text Example
White with #FA0613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0613; }
p { color: rgb(250,6,19); }
H1.HeaderClassName
{
color: #FA0613;
}
.AnyTagClassName
{
color: #FA0613;
}
</style>
background-color css
<style>
a { background-color: #FA0613; }
a { background-color: rgb(250,6,19); }
div.DivClassName
{
background-color: #FA0613;
}
.BgClassName
{
background-color: #FA0613;
}
</style>
border-color css
<style>
span { border-color: #FA0613; }
span { border-color: rgb(250,6,19); }
td.TdClassName
{
border-color: #FA0613;
}
.TagClassName
{
border-color: #FA0613;
}
</style>