Shades of Torch Red #F81C33
Tints of Torch Red #F81C33
RGB
CMYK
RGB Variations
Color information
#F81C33 (or 0xF81C33) is known color: Torch Red. HEX triplet: F8, 1C and 33. RGB value is (248,28,51). Sum of RGB (Red+Green+Blue) = 248+28+51=327 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.84% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81C33 is #07E3CC. Grayscale: #606060. Windows color (decimal): -517069 or 3349752. OLE color: 3349752.
HSL color Cylindrical-coordinate representation of color #F81C33: hue angle of 353.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 #F81C33 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 28 | 51 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.03 |
| HSL | 353.73º | 0.94% | 0.54% | - |
| HSV(B) | 353.73º | 0.89% | 0.97% | - |
| XYZ | 39.72 | 21.03 | 5.1 | - |
| YUV | 96.4 | 102.39 | 236.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 28 | 51 | 0 | 0.89 | 0.79 | 0.03 | 353.73 | 0.94 | 0.54 |
| Hex | F8 | 1C | 33 | 0 | 59 | 4F | 3 | 162 | 5E | 36 |
| Octal | 370 | 34 | 63 | 0 | 131 | 117 | 3 | 542 | 136 | 66 |
| Binary | 11111000 | 11100 | 110011 | 0 | 1011001 | 1001111 | 11 | 101100010 | 1011110 | 110110 |
Color Harmonies of #F81C33
Complementary color
Monochromatic Colors of #F81C33
Black with #F81C33
Text Example
Text Example
White with #F81C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81C33; }
p { color: rgb(248,28,51); }
H1.HeaderClassName
{
color: #F81C33;
}
.AnyTagClassName
{
color: #F81C33;
}
</style>
background-color css
<style>
a { background-color: #F81C33; }
a { background-color: rgb(248,28,51); }
div.DivClassName
{
background-color: #F81C33;
}
.BgClassName
{
background-color: #F81C33;
}
</style>
border-color css
<style>
span { border-color: #F81C33; }
span { border-color: rgb(248,28,51); }
td.TdClassName
{
border-color: #F81C33;
}
.TagClassName
{
border-color: #F81C33;
}
</style>