Shades of Torch Red #FA0E15
Tints of Torch Red #FA0E15
RGB
CMYK
RGB Variations
Color information
#FA0E15 (or 0xFA0E15) is known color: Torch Red. HEX triplet: FA, 0E and 15. RGB value is (250,14,21). Sum of RGB (Red+Green+Blue) = 250+14+21=285 (37% of max value = 765). Red value is 250 (98.05% from 255 or 87.72% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0E15 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0E15 is #05F1EA. Grayscale: #555555. Windows color (decimal): -389611 or 1380090. OLE color: 1380090.
HSL color Cylindrical-coordinate representation of color #FA0E15: hue angle of 358.22º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA0E15 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 14 | 21 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.02 |
| HSL | 358.22º | 0.96% | 0.52% | - |
| HSV(B) | 358.22º | 0.94% | 0.98% | - |
| XYZ | 39.72 | 20.69 | 2.61 | - |
| YUV | 85.36 | 91.69 | 245.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 14 | 21 | 0 | 0.94 | 0.92 | 0.02 | 358.22 | 0.96 | 0.52 |
| Hex | FA | E | 15 | 0 | 5E | 5C | 2 | 166 | 60 | 34 |
| Octal | 372 | 16 | 25 | 0 | 136 | 134 | 2 | 546 | 140 | 64 |
| Binary | 11111010 | 1110 | 10101 | 0 | 1011110 | 1011100 | 10 | 101100110 | 1100000 | 110100 |
Color Harmonies of #FA0E15
Complementary color
Monochromatic Colors of #FA0E15
Black with #FA0E15
Text Example
Text Example
White with #FA0E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0E15; }
p { color: rgb(250,14,21); }
H1.HeaderClassName
{
color: #FA0E15;
}
.AnyTagClassName
{
color: #FA0E15;
}
</style>
background-color css
<style>
a { background-color: #FA0E15; }
a { background-color: rgb(250,14,21); }
div.DivClassName
{
background-color: #FA0E15;
}
.BgClassName
{
background-color: #FA0E15;
}
</style>
border-color css
<style>
span { border-color: #FA0E15; }
span { border-color: rgb(250,14,21); }
td.TdClassName
{
border-color: #FA0E15;
}
.TagClassName
{
border-color: #FA0E15;
}
</style>