Shades of Torch Red #F4183D
Tints of Torch Red #F4183D
RGB
CMYK
RGB Variations
Color information
#F4183D (or 0xF4183D) is known color: Torch Red. HEX triplet: F4, 18 and 3D. RGB value is (244,24,61). Sum of RGB (Red+Green+Blue) = 244+24+61=329 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.16% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 244 - color contains mainly: red. Hex color #F4183D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4183D is #0BE7C2. Grayscale: #5E5E5E. Windows color (decimal): -780227 or 4004084. OLE color: 4004084.
HSL color Cylindrical-coordinate representation of color #F4183D: hue angle of 349.91º 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 #F4183D is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 24 | 61 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.04 |
| HSL | 349.91º | 0.91% | 0.53% | - |
| HSV(B) | 349.91º | 0.9% | 0.96% | - |
| XYZ | 38.48 | 20.22 | 6.29 | - |
| YUV | 94 | 109.39 | 234.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 61 | 0 | 0.90 | 0.75 | 0.04 | 349.91 | 0.91 | 0.53 |
| Hex | F4 | 18 | 3D | 0 | 5A | 4B | 4 | 15E | 5B | 35 |
| Octal | 364 | 30 | 75 | 0 | 132 | 113 | 4 | 536 | 133 | 65 |
| Binary | 11110100 | 11000 | 111101 | 0 | 1011010 | 1001011 | 100 | 101011110 | 1011011 | 110101 |
Color Harmonies of #F4183D
Complementary color
Monochromatic Colors of #F4183D
Black with #F4183D
Text Example
Text Example
White with #F4183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4183D; }
p { color: rgb(244,24,61); }
H1.HeaderClassName
{
color: #F4183D;
}
.AnyTagClassName
{
color: #F4183D;
}
</style>
background-color css
<style>
a { background-color: #F4183D; }
a { background-color: rgb(244,24,61); }
div.DivClassName
{
background-color: #F4183D;
}
.BgClassName
{
background-color: #F4183D;
}
</style>
border-color css
<style>
span { border-color: #F4183D; }
span { border-color: rgb(244,24,61); }
td.TdClassName
{
border-color: #F4183D;
}
.TagClassName
{
border-color: #F4183D;
}
</style>