Shades of Torch Red #FA181C
Tints of Torch Red #FA181C
RGB
CMYK
RGB Variations
Color information
#FA181C (or 0xFA181C) is known color: Torch Red. HEX triplet: FA, 18 and 1C. RGB value is (250,24,28). Sum of RGB (Red+Green+Blue) = 250+24+28=302 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.78% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 250 - color contains mainly: red. Hex color #FA181C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA181C is #05E7E3. Grayscale: #5C5C5C. Windows color (decimal): -387044 or 1841402. OLE color: 1841402.
HSL color Cylindrical-coordinate representation of color #FA181C: hue angle of 358.94º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA181C is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 28 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.02 |
| HSL | 358.94º | 0.96% | 0.54% | - |
| HSV(B) | 358.94º | 0.9% | 0.98% | - |
| XYZ | 39.96 | 21.06 | 3.06 | - |
| YUV | 92.03 | 91.87 | 240.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 28 | 0 | 0.90 | 0.89 | 0.02 | 358.94 | 0.96 | 0.54 |
| Hex | FA | 18 | 1C | 0 | 5A | 59 | 2 | 167 | 60 | 36 |
| Octal | 372 | 30 | 34 | 0 | 132 | 131 | 2 | 547 | 140 | 66 |
| Binary | 11111010 | 11000 | 11100 | 0 | 1011010 | 1011001 | 10 | 101100111 | 1100000 | 110110 |
Color Harmonies of #FA181C
Complementary color
Monochromatic Colors of #FA181C
Black with #FA181C
Text Example
Text Example
White with #FA181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA181C; }
p { color: rgb(250,24,28); }
H1.HeaderClassName
{
color: #FA181C;
}
.AnyTagClassName
{
color: #FA181C;
}
</style>
background-color css
<style>
a { background-color: #FA181C; }
a { background-color: rgb(250,24,28); }
div.DivClassName
{
background-color: #FA181C;
}
.BgClassName
{
background-color: #FA181C;
}
</style>
border-color css
<style>
span { border-color: #FA181C; }
span { border-color: rgb(250,24,28); }
td.TdClassName
{
border-color: #FA181C;
}
.TagClassName
{
border-color: #FA181C;
}
</style>