Shades of Torch Red #F4183E
Tints of Torch Red #F4183E
RGB
CMYK
RGB Variations
Color information
#F4183E (or 0xF4183E) is known color: Torch Red. HEX triplet: F4, 18 and 3E. RGB value is (244,24,62). Sum of RGB (Red+Green+Blue) = 244+24+62=330 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.94% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 244 - color contains mainly: red. Hex color #F4183E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4183E is #0BE7C1. Grayscale: #5E5E5E. Windows color (decimal): -780226 or 4069620. OLE color: 4069620.
HSL color Cylindrical-coordinate representation of color #F4183E: hue angle of 349.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 #F4183E is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 24 | 62 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.04 |
| HSL | 349.64º | 0.91% | 0.53% | - |
| HSV(B) | 349.64º | 0.9% | 0.96% | - |
| XYZ | 38.5 | 20.23 | 6.43 | - |
| YUV | 94.11 | 109.89 | 234.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 62 | 0 | 0.90 | 0.75 | 0.04 | 349.64 | 0.91 | 0.53 |
| Hex | F4 | 18 | 3E | 0 | 5A | 4B | 4 | 15E | 5B | 35 |
| Octal | 364 | 30 | 76 | 0 | 132 | 113 | 4 | 536 | 133 | 65 |
| Binary | 11110100 | 11000 | 111110 | 0 | 1011010 | 1001011 | 100 | 101011110 | 1011011 | 110101 |
Color Harmonies of #F4183E
Complementary color
Monochromatic Colors of #F4183E
Black with #F4183E
Text Example
Text Example
White with #F4183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4183E; }
p { color: rgb(244,24,62); }
H1.HeaderClassName
{
color: #F4183E;
}
.AnyTagClassName
{
color: #F4183E;
}
</style>
background-color css
<style>
a { background-color: #F4183E; }
a { background-color: rgb(244,24,62); }
div.DivClassName
{
background-color: #F4183E;
}
.BgClassName
{
background-color: #F4183E;
}
</style>
border-color css
<style>
span { border-color: #F4183E; }
span { border-color: rgb(244,24,62); }
td.TdClassName
{
border-color: #F4183E;
}
.TagClassName
{
border-color: #F4183E;
}
</style>