Shades of Torch Red #F4023B
Tints of Torch Red #F4023B
RGB
CMYK
RGB Variations
Color information
#F4023B (or 0xF4023B) is known color: Torch Red. HEX triplet: F4, 02 and 3B. RGB value is (244,2,59). Sum of RGB (Red+Green+Blue) = 244+2+59=305 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 244 - color contains mainly: red. Hex color #F4023B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4023B is #0BFDC4. Grayscale: #505050. Windows color (decimal): -785861 or 3867380. OLE color: 3867380.
HSL color Cylindrical-coordinate representation of color #F4023B: hue angle of 345.87º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F4023B is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 2 | 59 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.04 |
| HSL | 345.87º | 0.98% | 0.48% | - |
| HSV(B) | 345.87º | 0.99% | 0.96% | - |
| XYZ | 38.12 | 19.59 | 5.91 | - |
| YUV | 80.86 | 115.67 | 244.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 2 | 59 | 0 | 0.99 | 0.76 | 0.04 | 345.87 | 0.98 | 0.48 |
| Hex | F4 | 2 | 3B | 0 | 63 | 4C | 4 | 15A | 62 | 30 |
| Octal | 364 | 2 | 73 | 0 | 143 | 114 | 4 | 532 | 142 | 60 |
| Binary | 11110100 | 10 | 111011 | 0 | 1100011 | 1001100 | 100 | 101011010 | 1100010 | 110000 |
Color Harmonies of #F4023B
Complementary color
Monochromatic Colors of #F4023B
Black with #F4023B
Text Example
Text Example
White with #F4023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4023B; }
p { color: rgb(244,2,59); }
H1.HeaderClassName
{
color: #F4023B;
}
.AnyTagClassName
{
color: #F4023B;
}
</style>
background-color css
<style>
a { background-color: #F4023B; }
a { background-color: rgb(244,2,59); }
div.DivClassName
{
background-color: #F4023B;
}
.BgClassName
{
background-color: #F4023B;
}
</style>
border-color css
<style>
span { border-color: #F4023B; }
span { border-color: rgb(244,2,59); }
td.TdClassName
{
border-color: #F4023B;
}
.TagClassName
{
border-color: #F4023B;
}
</style>