Shades of Torch Red #F81C1D
Tints of Torch Red #F81C1D
RGB
CMYK
RGB Variations
Color information
#F81C1D (or 0xF81C1D) is known color: Torch Red. HEX triplet: F8, 1C and 1D. RGB value is (248,28,29). Sum of RGB (Red+Green+Blue) = 248+28+29=305 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.31% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81C1D is #07E3E2. Grayscale: #5E5E5E. Windows color (decimal): -517091 or 1907960. OLE color: 1907960.
HSL color Cylindrical-coordinate representation of color #F81C1D: hue angle of 359.73º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F81C1D is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 28 | 29 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.03 |
| HSL | 359.73º | 0.94% | 0.54% | - |
| HSV(B) | 359.73º | 0.89% | 0.97% | - |
| XYZ | 39.35 | 20.88 | 3.12 | - |
| YUV | 93.89 | 91.39 | 237.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 28 | 29 | 0 | 0.89 | 0.88 | 0.03 | 359.73 | 0.94 | 0.54 |
| Hex | F8 | 1C | 1D | 0 | 59 | 58 | 3 | 168 | 5E | 36 |
| Octal | 370 | 34 | 35 | 0 | 131 | 130 | 3 | 550 | 136 | 66 |
| Binary | 11111000 | 11100 | 11101 | 0 | 1011001 | 1011000 | 11 | 101101000 | 1011110 | 110110 |
Color Harmonies of #F81C1D
Complementary color
Monochromatic Colors of #F81C1D
Black with #F81C1D
Text Example
Text Example
White with #F81C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81C1D; }
p { color: rgb(248,28,29); }
H1.HeaderClassName
{
color: #F81C1D;
}
.AnyTagClassName
{
color: #F81C1D;
}
</style>
background-color css
<style>
a { background-color: #F81C1D; }
a { background-color: rgb(248,28,29); }
div.DivClassName
{
background-color: #F81C1D;
}
.BgClassName
{
background-color: #F81C1D;
}
</style>
border-color css
<style>
span { border-color: #F81C1D; }
span { border-color: rgb(248,28,29); }
td.TdClassName
{
border-color: #F81C1D;
}
.TagClassName
{
border-color: #F81C1D;
}
</style>