Shades of Torch Red #F3151C
Tints of Torch Red #F3151C
RGB
CMYK
RGB Variations
Color information
#F3151C (or 0xF3151C) is known color: Torch Red. HEX triplet: F3, 15 and 1C. RGB value is (243,21,28). Sum of RGB (Red+Green+Blue) = 243+21+28=292 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.22% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 243 - color contains mainly: red. Hex color #F3151C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3151C is #0CEAE3. Grayscale: #585858. Windows color (decimal): -846564 or 1840627. OLE color: 1840627.
HSL color Cylindrical-coordinate representation of color #F3151C: hue angle of 358.11º 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 #F3151C is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 28 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.05 |
| HSL | 358.11º | 0.9% | 0.52% | - |
| HSV(B) | 358.11º | 0.91% | 0.95% | - |
| XYZ | 37.44 | 19.67 | 2.92 | - |
| YUV | 88.18 | 94.05 | 238.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 28 | 0 | 0.91 | 0.88 | 0.05 | 358.11 | 0.9 | 0.52 |
| Hex | F3 | 15 | 1C | 0 | 5B | 58 | 5 | 166 | 5A | 34 |
| Octal | 363 | 25 | 34 | 0 | 133 | 130 | 5 | 546 | 132 | 64 |
| Binary | 11110011 | 10101 | 11100 | 0 | 1011011 | 1011000 | 101 | 101100110 | 1011010 | 110100 |
Color Harmonies of #F3151C
Complementary color
Monochromatic Colors of #F3151C
Black with #F3151C
Text Example
Text Example
White with #F3151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3151C; }
p { color: rgb(243,21,28); }
H1.HeaderClassName
{
color: #F3151C;
}
.AnyTagClassName
{
color: #F3151C;
}
</style>
background-color css
<style>
a { background-color: #F3151C; }
a { background-color: rgb(243,21,28); }
div.DivClassName
{
background-color: #F3151C;
}
.BgClassName
{
background-color: #F3151C;
}
</style>
border-color css
<style>
span { border-color: #F3151C; }
span { border-color: rgb(243,21,28); }
td.TdClassName
{
border-color: #F3151C;
}
.TagClassName
{
border-color: #F3151C;
}
</style>