Shades of Torch Red #F81828
Tints of Torch Red #F81828
RGB
CMYK
RGB Variations
Color information
#F81828 (or 0xF81828) is known color: Torch Red. HEX triplet: F8, 18 and 28. RGB value is (248,24,40). Sum of RGB (Red+Green+Blue) = 248+24+40=312 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.49% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 248 - color contains mainly: red. Hex color #F81828 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81828 is #07E7D7. Grayscale: #5C5C5C. Windows color (decimal): -518104 or 2627832. OLE color: 2627832.
HSL color Cylindrical-coordinate representation of color #F81828: hue angle of 355.71º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81828 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 40 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.03 |
| HSL | 355.71º | 0.94% | 0.53% | - |
| HSV(B) | 355.71º | 0.9% | 0.97% | - |
| XYZ | 39.42 | 20.76 | 3.94 | - |
| YUV | 92.8 | 98.21 | 238.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 40 | 0 | 0.90 | 0.84 | 0.03 | 355.71 | 0.94 | 0.53 |
| Hex | F8 | 18 | 28 | 0 | 5A | 54 | 3 | 164 | 5E | 35 |
| Octal | 370 | 30 | 50 | 0 | 132 | 124 | 3 | 544 | 136 | 65 |
| Binary | 11111000 | 11000 | 101000 | 0 | 1011010 | 1010100 | 11 | 101100100 | 1011110 | 110101 |
Color Harmonies of #F81828
Complementary color
Monochromatic Colors of #F81828
Black with #F81828
Text Example
Text Example
White with #F81828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81828; }
p { color: rgb(248,24,40); }
H1.HeaderClassName
{
color: #F81828;
}
.AnyTagClassName
{
color: #F81828;
}
</style>
background-color css
<style>
a { background-color: #F81828; }
a { background-color: rgb(248,24,40); }
div.DivClassName
{
background-color: #F81828;
}
.BgClassName
{
background-color: #F81828;
}
</style>
border-color css
<style>
span { border-color: #F81828; }
span { border-color: rgb(248,24,40); }
td.TdClassName
{
border-color: #F81828;
}
.TagClassName
{
border-color: #F81828;
}
</style>