Shades of Torch Red #FA0305
Tints of Torch Red #FA0305
RGB
CMYK
RGB Variations
Color information
#FA0305 (or 0xFA0305) is known color: Torch Red. HEX triplet: FA, 03 and 05. RGB value is (250,3,5). Sum of RGB (Red+Green+Blue) = 250+3+5=258 (34% of max value = 765). Red value is 250 (98.05% from 255 or 96.90% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0305 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0305 is #05FCFA. Grayscale: #4D4D4D. Windows color (decimal): -392443 or 328698. OLE color: 328698.
HSL color Cylindrical-coordinate representation of color #FA0305: hue angle of 359.51º 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 #FA0305 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 3 | 5 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.02 |
| HSL | 359.51º | 0.98% | 0.5% | - |
| HSV(B) | 359.51º | 0.99% | 0.98% | - |
| XYZ | 39.48 | 20.4 | 2 | - |
| YUV | 77.08 | 87.33 | 251.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 3 | 5 | 0 | 0.99 | 0.98 | 0.02 | 359.51 | 0.98 | 0.5 |
| Hex | FA | 3 | 5 | 0 | 63 | 62 | 2 | 168 | 62 | 32 |
| Octal | 372 | 3 | 5 | 0 | 143 | 142 | 2 | 550 | 142 | 62 |
| Binary | 11111010 | 11 | 101 | 0 | 1100011 | 1100010 | 10 | 101101000 | 1100010 | 110010 |
Color Harmonies of #FA0305
Complementary color
Monochromatic Colors of #FA0305
Black with #FA0305
Text Example
Text Example
White with #FA0305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0305; }
p { color: rgb(250,3,5); }
H1.HeaderClassName
{
color: #FA0305;
}
.AnyTagClassName
{
color: #FA0305;
}
</style>
background-color css
<style>
a { background-color: #FA0305; }
a { background-color: rgb(250,3,5); }
div.DivClassName
{
background-color: #FA0305;
}
.BgClassName
{
background-color: #FA0305;
}
</style>
border-color css
<style>
span { border-color: #FA0305; }
span { border-color: rgb(250,3,5); }
td.TdClassName
{
border-color: #FA0305;
}
.TagClassName
{
border-color: #FA0305;
}
</style>