Shades of Torch Red #FA1624
Tints of Torch Red #FA1624
RGB
CMYK
RGB Variations
Color information
#FA1624 (or 0xFA1624) is known color: Torch Red. HEX triplet: FA, 16 and 24. RGB value is (250,22,36). Sum of RGB (Red+Green+Blue) = 250+22+36=308 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.17% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 36 (14.45% from 255 or 11.69% from 308); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1624 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1624 is #05E9DB. Grayscale: #5B5B5B. Windows color (decimal): -387548 or 2365178. OLE color: 2365178.
HSL color Cylindrical-coordinate representation of color #FA1624: hue angle of 356.32º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA1624 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 22 | 36 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.02 |
| HSL | 356.32º | 0.96% | 0.53% | - |
| HSV(B) | 356.32º | 0.91% | 0.98% | - |
| XYZ | 40.03 | 21.03 | 3.62 | - |
| YUV | 91.77 | 96.54 | 240.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 22 | 36 | 0 | 0.91 | 0.86 | 0.02 | 356.32 | 0.96 | 0.53 |
| Hex | FA | 16 | 24 | 0 | 5B | 56 | 2 | 164 | 60 | 35 |
| Octal | 372 | 26 | 44 | 0 | 133 | 126 | 2 | 544 | 140 | 65 |
| Binary | 11111010 | 10110 | 100100 | 0 | 1011011 | 1010110 | 10 | 101100100 | 1100000 | 110101 |
Color Harmonies of #FA1624
Complementary color
Monochromatic Colors of #FA1624
Black with #FA1624
Text Example
Text Example
White with #FA1624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1624; }
p { color: rgb(250,22,36); }
H1.HeaderClassName
{
color: #FA1624;
}
.AnyTagClassName
{
color: #FA1624;
}
</style>
background-color css
<style>
a { background-color: #FA1624; }
a { background-color: rgb(250,22,36); }
div.DivClassName
{
background-color: #FA1624;
}
.BgClassName
{
background-color: #FA1624;
}
</style>
border-color css
<style>
span { border-color: #FA1624; }
span { border-color: rgb(250,22,36); }
td.TdClassName
{
border-color: #FA1624;
}
.TagClassName
{
border-color: #FA1624;
}
</style>