Shades of Torch Red #F4181D
Tints of Torch Red #F4181D
RGB
CMYK
RGB Variations
Color information
#F4181D (or 0xF4181D) is known color: Torch Red. HEX triplet: F4, 18 and 1D. RGB value is (244,24,29). Sum of RGB (Red+Green+Blue) = 244+24+29=297 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.15% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 244 - color contains mainly: red. Hex color #F4181D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4181D is #0BE7E2. Grayscale: #5A5A5A. Windows color (decimal): -780259 or 1906932. OLE color: 1906932.
HSL color Cylindrical-coordinate representation of color #F4181D: hue angle of 358.64º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F4181D is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 24 | 29 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.04 |
| HSL | 358.64º | 0.91% | 0.53% | - |
| HSV(B) | 358.64º | 0.9% | 0.96% | - |
| XYZ | 37.86 | 19.98 | 3.02 | - |
| YUV | 90.35 | 93.39 | 237.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 29 | 0 | 0.90 | 0.88 | 0.04 | 358.64 | 0.91 | 0.53 |
| Hex | F4 | 18 | 1D | 0 | 5A | 58 | 4 | 167 | 5B | 35 |
| Octal | 364 | 30 | 35 | 0 | 132 | 130 | 4 | 547 | 133 | 65 |
| Binary | 11110100 | 11000 | 11101 | 0 | 1011010 | 1011000 | 100 | 101100111 | 1011011 | 110101 |
Color Harmonies of #F4181D
Complementary color
Monochromatic Colors of #F4181D
Black with #F4181D
Text Example
Text Example
White with #F4181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4181D; }
p { color: rgb(244,24,29); }
H1.HeaderClassName
{
color: #F4181D;
}
.AnyTagClassName
{
color: #F4181D;
}
</style>
background-color css
<style>
a { background-color: #F4181D; }
a { background-color: rgb(244,24,29); }
div.DivClassName
{
background-color: #F4181D;
}
.BgClassName
{
background-color: #F4181D;
}
</style>
border-color css
<style>
span { border-color: #F4181D; }
span { border-color: rgb(244,24,29); }
td.TdClassName
{
border-color: #F4181D;
}
.TagClassName
{
border-color: #F4181D;
}
</style>