Shades of Torch Red #F81627
Tints of Torch Red #F81627
RGB
CMYK
RGB Variations
Color information
#F81627 (or 0xF81627) is known color: Torch Red. HEX triplet: F8, 16 and 27. RGB value is (248,22,39). Sum of RGB (Red+Green+Blue) = 248+22+39=309 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.26% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 248 - color contains mainly: red. Hex color #F81627 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81627 is #07E9D8. Grayscale: #5B5B5B. Windows color (decimal): -518617 or 2561784. OLE color: 2561784.
HSL color Cylindrical-coordinate representation of color #F81627: hue angle of 355.49º 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 #F81627 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 39 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.03 |
| HSL | 355.49º | 0.94% | 0.53% | - |
| HSV(B) | 355.49º | 0.91% | 0.97% | - |
| XYZ | 39.36 | 20.68 | 3.84 | - |
| YUV | 91.51 | 98.37 | 239.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 39 | 0 | 0.91 | 0.84 | 0.03 | 355.49 | 0.94 | 0.53 |
| Hex | F8 | 16 | 27 | 0 | 5B | 54 | 3 | 163 | 5E | 35 |
| Octal | 370 | 26 | 47 | 0 | 133 | 124 | 3 | 543 | 136 | 65 |
| Binary | 11111000 | 10110 | 100111 | 0 | 1011011 | 1010100 | 11 | 101100011 | 1011110 | 110101 |
Color Harmonies of #F81627
Complementary color
Monochromatic Colors of #F81627
Black with #F81627
Text Example
Text Example
White with #F81627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81627; }
p { color: rgb(248,22,39); }
H1.HeaderClassName
{
color: #F81627;
}
.AnyTagClassName
{
color: #F81627;
}
</style>
background-color css
<style>
a { background-color: #F81627; }
a { background-color: rgb(248,22,39); }
div.DivClassName
{
background-color: #F81627;
}
.BgClassName
{
background-color: #F81627;
}
</style>
border-color css
<style>
span { border-color: #F81627; }
span { border-color: rgb(248,22,39); }
td.TdClassName
{
border-color: #F81627;
}
.TagClassName
{
border-color: #F81627;
}
</style>