Shades of Torch Red #F41623
Tints of Torch Red #F41623
RGB
CMYK
RGB Variations
Color information
#F41623 (or 0xF41623) is known color: Torch Red. HEX triplet: F4, 16 and 23. RGB value is (244,22,35). Sum of RGB (Red+Green+Blue) = 244+22+35=301 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.06% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 35 (14.06% from 255 or 11.63% from 301); Max value from RGB is 244 - color contains mainly: red. Hex color #F41623 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41623 is #0BE9DC. Grayscale: #5A5A5A. Windows color (decimal): -780765 or 2299636. OLE color: 2299636.
HSL color Cylindrical-coordinate representation of color #F41623: hue angle of 356.49º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F41623 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 35 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.04 |
| HSL | 356.49º | 0.91% | 0.52% | - |
| HSV(B) | 356.49º | 0.91% | 0.96% | - |
| XYZ | 37.9 | 19.93 | 3.44 | - |
| YUV | 89.86 | 97.05 | 237.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 35 | 0 | 0.91 | 0.86 | 0.04 | 356.49 | 0.91 | 0.52 |
| Hex | F4 | 16 | 23 | 0 | 5B | 56 | 4 | 164 | 5B | 34 |
| Octal | 364 | 26 | 43 | 0 | 133 | 126 | 4 | 544 | 133 | 64 |
| Binary | 11110100 | 10110 | 100011 | 0 | 1011011 | 1010110 | 100 | 101100100 | 1011011 | 110100 |
Color Harmonies of #F41623
Complementary color
Monochromatic Colors of #F41623
Black with #F41623
Text Example
Text Example
White with #F41623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41623; }
p { color: rgb(244,22,35); }
H1.HeaderClassName
{
color: #F41623;
}
.AnyTagClassName
{
color: #F41623;
}
</style>
background-color css
<style>
a { background-color: #F41623; }
a { background-color: rgb(244,22,35); }
div.DivClassName
{
background-color: #F41623;
}
.BgClassName
{
background-color: #F41623;
}
</style>
border-color css
<style>
span { border-color: #F41623; }
span { border-color: rgb(244,22,35); }
td.TdClassName
{
border-color: #F41623;
}
.TagClassName
{
border-color: #F41623;
}
</style>