Shades of Torch Red #F41833
Tints of Torch Red #F41833
RGB
CMYK
RGB Variations
Color information
#F41833 (or 0xF41833) is known color: Torch Red. HEX triplet: F4, 18 and 33. RGB value is (244,24,51). Sum of RGB (Red+Green+Blue) = 244+24+51=319 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.49% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 244 - color contains mainly: red. Hex color #F41833 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41833 is #0BE7CC. Grayscale: #5C5C5C. Windows color (decimal): -780237 or 3348724. OLE color: 3348724.
HSL color Cylindrical-coordinate representation of color #F41833: hue angle of 352.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 #F41833 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 24 | 51 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.04 |
| HSL | 352.64º | 0.91% | 0.53% | - |
| HSV(B) | 352.64º | 0.9% | 0.96% | - |
| XYZ | 38.23 | 20.13 | 5 | - |
| YUV | 92.86 | 104.39 | 235.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 51 | 0 | 0.90 | 0.79 | 0.04 | 352.64 | 0.91 | 0.53 |
| Hex | F4 | 18 | 33 | 0 | 5A | 4F | 4 | 161 | 5B | 35 |
| Octal | 364 | 30 | 63 | 0 | 132 | 117 | 4 | 541 | 133 | 65 |
| Binary | 11110100 | 11000 | 110011 | 0 | 1011010 | 1001111 | 100 | 101100001 | 1011011 | 110101 |
Color Harmonies of #F41833
Complementary color
Monochromatic Colors of #F41833
Black with #F41833
Text Example
Text Example
White with #F41833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41833; }
p { color: rgb(244,24,51); }
H1.HeaderClassName
{
color: #F41833;
}
.AnyTagClassName
{
color: #F41833;
}
</style>
background-color css
<style>
a { background-color: #F41833; }
a { background-color: rgb(244,24,51); }
div.DivClassName
{
background-color: #F41833;
}
.BgClassName
{
background-color: #F41833;
}
</style>
border-color css
<style>
span { border-color: #F41833; }
span { border-color: rgb(244,24,51); }
td.TdClassName
{
border-color: #F41833;
}
.TagClassName
{
border-color: #F41833;
}
</style>