Shades of Torch Red #FA0307
Tints of Torch Red #FA0307
RGB
CMYK
RGB Variations
Color information
#FA0307 (or 0xFA0307) is known color: Torch Red. HEX triplet: FA, 03 and 07. RGB value is (250,3,7). Sum of RGB (Red+Green+Blue) = 250+3+7=260 (34% of max value = 765). Red value is 250 (98.05% from 255 or 96.15% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0307 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0307 is #05FCF8. Grayscale: #4D4D4D. Windows color (decimal): -392441 or 459770. OLE color: 459770.
HSL color Cylindrical-coordinate representation of color #FA0307: hue angle of 359.03º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA0307 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 3 | 7 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.02 |
| HSL | 359.03º | 0.98% | 0.5% | - |
| HSV(B) | 359.03º | 0.99% | 0.98% | - |
| XYZ | 39.5 | 20.4 | 2.06 | - |
| YUV | 77.31 | 88.33 | 251.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 3 | 7 | 0 | 0.99 | 0.97 | 0.02 | 359.03 | 0.98 | 0.5 |
| Hex | FA | 3 | 7 | 0 | 63 | 61 | 2 | 167 | 62 | 32 |
| Octal | 372 | 3 | 7 | 0 | 143 | 141 | 2 | 547 | 142 | 62 |
| Binary | 11111010 | 11 | 111 | 0 | 1100011 | 1100001 | 10 | 101100111 | 1100010 | 110010 |
Color Harmonies of #FA0307
Complementary color
Monochromatic Colors of #FA0307
Black with #FA0307
Text Example
Text Example
White with #FA0307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0307; }
p { color: rgb(250,3,7); }
H1.HeaderClassName
{
color: #FA0307;
}
.AnyTagClassName
{
color: #FA0307;
}
</style>
background-color css
<style>
a { background-color: #FA0307; }
a { background-color: rgb(250,3,7); }
div.DivClassName
{
background-color: #FA0307;
}
.BgClassName
{
background-color: #FA0307;
}
</style>
border-color css
<style>
span { border-color: #FA0307; }
span { border-color: rgb(250,3,7); }
td.TdClassName
{
border-color: #FA0307;
}
.TagClassName
{
border-color: #FA0307;
}
</style>