Shades of Torch Red #FA0F29
Tints of Torch Red #FA0F29
RGB
CMYK
RGB Variations
Color information
#FA0F29 (or 0xFA0F29) is known color: Torch Red. HEX triplet: FA, 0F and 29. RGB value is (250,15,41). Sum of RGB (Red+Green+Blue) = 250+15+41=306 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.70% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0F29 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0F29 is #05F0D6. Grayscale: #585858. Windows color (decimal): -389335 or 2691066. OLE color: 2691066.
HSL color Cylindrical-coordinate representation of color #FA0F29: hue angle of 353.36º 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 #FA0F29 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 15 | 41 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.02 |
| HSL | 353.36º | 0.96% | 0.52% | - |
| HSV(B) | 353.36º | 0.94% | 0.98% | - |
| XYZ | 40 | 20.83 | 4.01 | - |
| YUV | 88.23 | 101.36 | 243.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 15 | 41 | 0 | 0.94 | 0.84 | 0.02 | 353.36 | 0.96 | 0.52 |
| Hex | FA | F | 29 | 0 | 5E | 54 | 2 | 161 | 60 | 34 |
| Octal | 372 | 17 | 51 | 0 | 136 | 124 | 2 | 541 | 140 | 64 |
| Binary | 11111010 | 1111 | 101001 | 0 | 1011110 | 1010100 | 10 | 101100001 | 1100000 | 110100 |
Color Harmonies of #FA0F29
Complementary color
Monochromatic Colors of #FA0F29
Black with #FA0F29
Text Example
Text Example
White with #FA0F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0F29; }
p { color: rgb(250,15,41); }
H1.HeaderClassName
{
color: #FA0F29;
}
.AnyTagClassName
{
color: #FA0F29;
}
</style>
background-color css
<style>
a { background-color: #FA0F29; }
a { background-color: rgb(250,15,41); }
div.DivClassName
{
background-color: #FA0F29;
}
.BgClassName
{
background-color: #FA0F29;
}
</style>
border-color css
<style>
span { border-color: #FA0F29; }
span { border-color: rgb(250,15,41); }
td.TdClassName
{
border-color: #FA0F29;
}
.TagClassName
{
border-color: #FA0F29;
}
</style>