Shades of Torch Red #F41023
Tints of Torch Red #F41023
RGB
CMYK
RGB Variations
Color information
#F41023 (or 0xF41023) is known color: Torch Red. HEX triplet: F4, 10 and 23. RGB value is (244,16,35). Sum of RGB (Red+Green+Blue) = 244+16+35=295 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.71% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 244 - color contains mainly: red. Hex color #F41023 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41023 is #0BEFDC. Grayscale: #565656. Windows color (decimal): -782301 or 2298100. OLE color: 2298100.
HSL color Cylindrical-coordinate representation of color #F41023: hue angle of 355º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F41023 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 16 | 35 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.04 |
| HSL | 355º | 0.91% | 0.51% | - |
| HSV(B) | 355º | 0.93% | 0.96% | - |
| XYZ | 37.8 | 19.73 | 3.41 | - |
| YUV | 86.34 | 99.04 | 240.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 16 | 35 | 0 | 0.93 | 0.86 | 0.04 | 355 | 0.91 | 0.51 |
| Hex | F4 | 10 | 23 | 0 | 5D | 56 | 4 | 163 | 5B | 33 |
| Octal | 364 | 20 | 43 | 0 | 135 | 126 | 4 | 543 | 133 | 63 |
| Binary | 11110100 | 10000 | 100011 | 0 | 1011101 | 1010110 | 100 | 101100011 | 1011011 | 110011 |
Color Harmonies of #F41023
Complementary color
Monochromatic Colors of #F41023
Black with #F41023
Text Example
Text Example
White with #F41023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41023; }
p { color: rgb(244,16,35); }
H1.HeaderClassName
{
color: #F41023;
}
.AnyTagClassName
{
color: #F41023;
}
</style>
background-color css
<style>
a { background-color: #F41023; }
a { background-color: rgb(244,16,35); }
div.DivClassName
{
background-color: #F41023;
}
.BgClassName
{
background-color: #F41023;
}
</style>
border-color css
<style>
span { border-color: #F41023; }
span { border-color: rgb(244,16,35); }
td.TdClassName
{
border-color: #F41023;
}
.TagClassName
{
border-color: #F41023;
}
</style>