Shades of Torch Red #F81629
Tints of Torch Red #F81629
RGB
CMYK
RGB Variations
Color information
#F81629 (or 0xF81629) is known color: Torch Red. HEX triplet: F8, 16 and 29. RGB value is (248,22,41). Sum of RGB (Red+Green+Blue) = 248+22+41=311 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.74% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 248 - color contains mainly: red. Hex color #F81629 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81629 is #07E9D6. Grayscale: #5B5B5B. Windows color (decimal): -518615 or 2692856. OLE color: 2692856.
HSL color Cylindrical-coordinate representation of color #F81629: hue angle of 354.96º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F81629 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 41 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.03 |
| HSL | 354.96º | 0.94% | 0.53% | - |
| HSV(B) | 354.96º | 0.91% | 0.97% | - |
| XYZ | 39.4 | 20.69 | 4.01 | - |
| YUV | 91.74 | 99.37 | 239.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 41 | 0 | 0.91 | 0.83 | 0.03 | 354.96 | 0.94 | 0.53 |
| Hex | F8 | 16 | 29 | 0 | 5B | 53 | 3 | 163 | 5E | 35 |
| Octal | 370 | 26 | 51 | 0 | 133 | 123 | 3 | 543 | 136 | 65 |
| Binary | 11111000 | 10110 | 101001 | 0 | 1011011 | 1010011 | 11 | 101100011 | 1011110 | 110101 |
Color Harmonies of #F81629
Complementary color
Monochromatic Colors of #F81629
Black with #F81629
Text Example
Text Example
White with #F81629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81629; }
p { color: rgb(248,22,41); }
H1.HeaderClassName
{
color: #F81629;
}
.AnyTagClassName
{
color: #F81629;
}
</style>
background-color css
<style>
a { background-color: #F81629; }
a { background-color: rgb(248,22,41); }
div.DivClassName
{
background-color: #F81629;
}
.BgClassName
{
background-color: #F81629;
}
</style>
border-color css
<style>
span { border-color: #F81629; }
span { border-color: rgb(248,22,41); }
td.TdClassName
{
border-color: #F81629;
}
.TagClassName
{
border-color: #F81629;
}
</style>