Shades of Torch Red #F8032B
Tints of Torch Red #F8032B
RGB
CMYK
RGB Variations
Color information
#F8032B (or 0xF8032B) is known color: Torch Red. HEX triplet: F8, 03 and 2B. RGB value is (248,3,43). Sum of RGB (Red+Green+Blue) = 248+3+43=294 (38% of max value = 765). Red value is 248 (97.27% from 255 or 84.35% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 248 - color contains mainly: red. Hex color #F8032B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8032B is #07FCD4. Grayscale: #505050. Windows color (decimal): -523477 or 2819064. OLE color: 2819064.
HSL color Cylindrical-coordinate representation of color #F8032B: hue angle of 350.2º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F8032B is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 43 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.03 |
| HSL | 350.2º | 0.98% | 0.49% | - |
| HSV(B) | 350.2º | 0.99% | 0.97% | - |
| XYZ | 39.18 | 20.2 | 4.12 | - |
| YUV | 80.82 | 106.67 | 247.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 43 | 0 | 0.99 | 0.83 | 0.03 | 350.2 | 0.98 | 0.49 |
| Hex | F8 | 3 | 2B | 0 | 63 | 53 | 3 | 15E | 62 | 31 |
| Octal | 370 | 3 | 53 | 0 | 143 | 123 | 3 | 536 | 142 | 61 |
| Binary | 11111000 | 11 | 101011 | 0 | 1100011 | 1010011 | 11 | 101011110 | 1100010 | 110001 |
Color Harmonies of #F8032B
Complementary color
Monochromatic Colors of #F8032B
Black with #F8032B
Text Example
Text Example
White with #F8032B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8032B; }
p { color: rgb(248,3,43); }
H1.HeaderClassName
{
color: #F8032B;
}
.AnyTagClassName
{
color: #F8032B;
}
</style>
background-color css
<style>
a { background-color: #F8032B; }
a { background-color: rgb(248,3,43); }
div.DivClassName
{
background-color: #F8032B;
}
.BgClassName
{
background-color: #F8032B;
}
</style>
border-color css
<style>
span { border-color: #F8032B; }
span { border-color: rgb(248,3,43); }
td.TdClassName
{
border-color: #F8032B;
}
.TagClassName
{
border-color: #F8032B;
}
</style>