Shades of Torch Red #FA1215
Tints of Torch Red #FA1215
RGB
CMYK
RGB Variations
Color information
#FA1215 (or 0xFA1215) is known color: Torch Red. HEX triplet: FA, 12 and 15. RGB value is (250,18,21). Sum of RGB (Red+Green+Blue) = 250+18+21=289 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.51% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1215 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1215 is #05EDEA. Grayscale: #575757. Windows color (decimal): -388587 or 1381114. OLE color: 1381114.
HSL color Cylindrical-coordinate representation of color #FA1215: hue angle of 359.22º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA1215 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 21 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.02 |
| HSL | 359.22º | 0.96% | 0.53% | - |
| HSV(B) | 359.22º | 0.93% | 0.98% | - |
| XYZ | 39.78 | 20.81 | 2.63 | - |
| YUV | 87.71 | 90.36 | 243.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 21 | 0 | 0.93 | 0.92 | 0.02 | 359.22 | 0.96 | 0.53 |
| Hex | FA | 12 | 15 | 0 | 5D | 5C | 2 | 167 | 60 | 35 |
| Octal | 372 | 22 | 25 | 0 | 135 | 134 | 2 | 547 | 140 | 65 |
| Binary | 11111010 | 10010 | 10101 | 0 | 1011101 | 1011100 | 10 | 101100111 | 1100000 | 110101 |
Color Harmonies of #FA1215
Complementary color
Monochromatic Colors of #FA1215
Black with #FA1215
Text Example
Text Example
White with #FA1215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1215; }
p { color: rgb(250,18,21); }
H1.HeaderClassName
{
color: #FA1215;
}
.AnyTagClassName
{
color: #FA1215;
}
</style>
background-color css
<style>
a { background-color: #FA1215; }
a { background-color: rgb(250,18,21); }
div.DivClassName
{
background-color: #FA1215;
}
.BgClassName
{
background-color: #FA1215;
}
</style>
border-color css
<style>
span { border-color: #FA1215; }
span { border-color: rgb(250,18,21); }
td.TdClassName
{
border-color: #FA1215;
}
.TagClassName
{
border-color: #FA1215;
}
</style>