Shades of Torch Red #F81727
Tints of Torch Red #F81727
RGB
CMYK
RGB Variations
Color information
#F81727 (or 0xF81727) is known color: Torch Red. HEX triplet: F8, 17 and 27. RGB value is (248,23,39). Sum of RGB (Red+Green+Blue) = 248+23+39=310 (41% of max value = 765). Red value is 248 (97.27% from 255 or 80% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 248 - color contains mainly: red. Hex color #F81727 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81727 is #07E8D8. Grayscale: #5C5C5C. Windows color (decimal): -518361 or 2562040. OLE color: 2562040.
HSL color Cylindrical-coordinate representation of color #F81727: hue angle of 355.73º 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 #F81727 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 23 | 39 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.03 |
| HSL | 355.73º | 0.94% | 0.53% | - |
| HSV(B) | 355.73º | 0.91% | 0.97% | - |
| XYZ | 39.38 | 20.72 | 3.84 | - |
| YUV | 92.1 | 98.04 | 239.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 23 | 39 | 0 | 0.91 | 0.84 | 0.03 | 355.73 | 0.94 | 0.53 |
| Hex | F8 | 17 | 27 | 0 | 5B | 54 | 3 | 164 | 5E | 35 |
| Octal | 370 | 27 | 47 | 0 | 133 | 124 | 3 | 544 | 136 | 65 |
| Binary | 11111000 | 10111 | 100111 | 0 | 1011011 | 1010100 | 11 | 101100100 | 1011110 | 110101 |
Color Harmonies of #F81727
Complementary color
Monochromatic Colors of #F81727
Black with #F81727
Text Example
Text Example
White with #F81727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81727; }
p { color: rgb(248,23,39); }
H1.HeaderClassName
{
color: #F81727;
}
.AnyTagClassName
{
color: #F81727;
}
</style>
background-color css
<style>
a { background-color: #F81727; }
a { background-color: rgb(248,23,39); }
div.DivClassName
{
background-color: #F81727;
}
.BgClassName
{
background-color: #F81727;
}
</style>
border-color css
<style>
span { border-color: #F81727; }
span { border-color: rgb(248,23,39); }
td.TdClassName
{
border-color: #F81727;
}
.TagClassName
{
border-color: #F81727;
}
</style>