Shades of Torch Red #F3151D
Tints of Torch Red #F3151D
RGB
CMYK
RGB Variations
Color information
#F3151D (or 0xF3151D) is known color: Torch Red. HEX triplet: F3, 15 and 1D. RGB value is (243,21,29). Sum of RGB (Red+Green+Blue) = 243+21+29=293 (38% of max value = 765). Red value is 243 (95.31% from 255 or 82.94% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 243 - color contains mainly: red. Hex color #F3151D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3151D is #0CEAE2. Grayscale: #585858. Windows color (decimal): -846563 or 1906163. OLE color: 1906163.
HSL color Cylindrical-coordinate representation of color #F3151D: hue angle of 357.84º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F3151D is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 29 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.05 |
| HSL | 357.84º | 0.9% | 0.52% | - |
| HSV(B) | 357.84º | 0.91% | 0.95% | - |
| XYZ | 37.45 | 19.68 | 2.99 | - |
| YUV | 88.29 | 94.55 | 238.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 29 | 0 | 0.91 | 0.88 | 0.05 | 357.84 | 0.9 | 0.52 |
| Hex | F3 | 15 | 1D | 0 | 5B | 58 | 5 | 166 | 5A | 34 |
| Octal | 363 | 25 | 35 | 0 | 133 | 130 | 5 | 546 | 132 | 64 |
| Binary | 11110011 | 10101 | 11101 | 0 | 1011011 | 1011000 | 101 | 101100110 | 1011010 | 110100 |
Color Harmonies of #F3151D
Complementary color
Monochromatic Colors of #F3151D
Black with #F3151D
Text Example
Text Example
White with #F3151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3151D; }
p { color: rgb(243,21,29); }
H1.HeaderClassName
{
color: #F3151D;
}
.AnyTagClassName
{
color: #F3151D;
}
</style>
background-color css
<style>
a { background-color: #F3151D; }
a { background-color: rgb(243,21,29); }
div.DivClassName
{
background-color: #F3151D;
}
.BgClassName
{
background-color: #F3151D;
}
</style>
border-color css
<style>
span { border-color: #F3151D; }
span { border-color: rgb(243,21,29); }
td.TdClassName
{
border-color: #F3151D;
}
.TagClassName
{
border-color: #F3151D;
}
</style>