Shades of Torch Red #FA020D
Tints of Torch Red #FA020D
RGB
CMYK
RGB Variations
Color information
#FA020D (or 0xFA020D) is known color: Torch Red. HEX triplet: FA, 02 and 0D. RGB value is (250,2,13). Sum of RGB (Red+Green+Blue) = 250+2+13=265 (35% of max value = 765). Red value is 250 (98.05% from 255 or 94.34% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 250 - color contains mainly: red. Hex color #FA020D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA020D is #05FDF2. Grayscale: #4D4D4D. Windows color (decimal): -392691 or 852730. OLE color: 852730.
HSL color Cylindrical-coordinate representation of color #FA020D: hue angle of 357.34º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA020D is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 13 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.02 |
| HSL | 357.34º | 0.98% | 0.49% | - |
| HSV(B) | 357.34º | 0.99% | 0.98% | - |
| XYZ | 39.52 | 20.4 | 2.23 | - |
| YUV | 77.41 | 91.66 | 251.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 13 | 0 | 0.99 | 0.95 | 0.02 | 357.34 | 0.98 | 0.49 |
| Hex | FA | 2 | D | 0 | 63 | 5F | 2 | 165 | 62 | 31 |
| Octal | 372 | 2 | 15 | 0 | 143 | 137 | 2 | 545 | 142 | 61 |
| Binary | 11111010 | 10 | 1101 | 0 | 1100011 | 1011111 | 10 | 101100101 | 1100010 | 110001 |
Color Harmonies of #FA020D
Complementary color
Monochromatic Colors of #FA020D
Black with #FA020D
Text Example
Text Example
White with #FA020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA020D; }
p { color: rgb(250,2,13); }
H1.HeaderClassName
{
color: #FA020D;
}
.AnyTagClassName
{
color: #FA020D;
}
</style>
background-color css
<style>
a { background-color: #FA020D; }
a { background-color: rgb(250,2,13); }
div.DivClassName
{
background-color: #FA020D;
}
.BgClassName
{
background-color: #FA020D;
}
</style>
border-color css
<style>
span { border-color: #FA020D; }
span { border-color: rgb(250,2,13); }
td.TdClassName
{
border-color: #FA020D;
}
.TagClassName
{
border-color: #FA020D;
}
</style>