Shades of Torch Red #F01829
Tints of Torch Red #F01829
RGB
CMYK
RGB Variations
Color information
#F01829 (or 0xF01829) is known color: Torch Red. HEX triplet: F0, 18 and 29. RGB value is (240,24,41). Sum of RGB (Red+Green+Blue) = 240+24+41=305 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.69% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 240 - color contains mainly: red. Hex color #F01829 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01829 is #0FE7D6. Grayscale: #5A5A5A. Windows color (decimal): -1042391 or 2693360. OLE color: 2693360.
HSL color Cylindrical-coordinate representation of color #F01829: hue angle of 355.28º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01829 is Cyan = 0, Magento = 0.9, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 41 | - |
| CMYK | 0 | 0.9 | 0.83 | 0.06 |
| HSL | 355.28º | 0.88% | 0.52% | - |
| HSV(B) | 355.28º | 0.9% | 0.94% | - |
| XYZ | 36.66 | 19.34 | 3.9 | - |
| YUV | 90.52 | 100.06 | 234.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 41 | 0 | 0.9 | 0.83 | 0.06 | 355.28 | 0.88 | 0.52 |
| Hex | F0 | 18 | 29 | 0 | 5A | 53 | 6 | 163 | 58 | 34 |
| Octal | 360 | 30 | 51 | 0 | 132 | 123 | 6 | 543 | 130 | 64 |
| Binary | 11110000 | 11000 | 101001 | 0 | 1011010 | 1010011 | 110 | 101100011 | 1011000 | 110100 |
Color Harmonies of #F01829
Complementary color
Monochromatic Colors of #F01829
Black with #F01829
Text Example
Text Example
White with #F01829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01829; }
p { color: rgb(240,24,41); }
H1.HeaderClassName
{
color: #F01829;
}
.AnyTagClassName
{
color: #F01829;
}
</style>
background-color css
<style>
a { background-color: #F01829; }
a { background-color: rgb(240,24,41); }
div.DivClassName
{
background-color: #F01829;
}
.BgClassName
{
background-color: #F01829;
}
</style>
border-color css
<style>
span { border-color: #F01829; }
span { border-color: rgb(240,24,41); }
td.TdClassName
{
border-color: #F01829;
}
.TagClassName
{
border-color: #F01829;
}
</style>