Shades of Torch Red #F3091E
Tints of Torch Red #F3091E
RGB
CMYK
RGB Variations
Color information
#F3091E (or 0xF3091E) is known color: Torch Red. HEX triplet: F3, 09 and 1E. RGB value is (243,9,30). Sum of RGB (Red+Green+Blue) = 243+9+30=282 (37% of max value = 765). Red value is 243 (95.31% from 255 or 86.17% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 243 - color contains mainly: red. Hex color #F3091E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3091E is #0CF6E1. Grayscale: #515151. Windows color (decimal): -849634 or 1968627. OLE color: 1968627.
HSL color Cylindrical-coordinate representation of color #F3091E: hue angle of 354.62º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F3091E is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 30 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.05 |
| HSL | 354.62º | 0.93% | 0.49% | - |
| HSV(B) | 354.62º | 0.96% | 0.95% | - |
| XYZ | 37.29 | 19.34 | 3 | - |
| YUV | 81.36 | 99.02 | 243.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 30 | 0 | 0.96 | 0.88 | 0.05 | 354.62 | 0.93 | 0.49 |
| Hex | F3 | 9 | 1E | 0 | 60 | 58 | 5 | 163 | 5D | 31 |
| Octal | 363 | 11 | 36 | 0 | 140 | 130 | 5 | 543 | 135 | 61 |
| Binary | 11110011 | 1001 | 11110 | 0 | 1100000 | 1011000 | 101 | 101100011 | 1011101 | 110001 |
Color Harmonies of #F3091E
Complementary color
Monochromatic Colors of #F3091E
Black with #F3091E
Text Example
Text Example
White with #F3091E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3091E; }
p { color: rgb(243,9,30); }
H1.HeaderClassName
{
color: #F3091E;
}
.AnyTagClassName
{
color: #F3091E;
}
</style>
background-color css
<style>
a { background-color: #F3091E; }
a { background-color: rgb(243,9,30); }
div.DivClassName
{
background-color: #F3091E;
}
.BgClassName
{
background-color: #F3091E;
}
</style>
border-color css
<style>
span { border-color: #F3091E; }
span { border-color: rgb(243,9,30); }
td.TdClassName
{
border-color: #F3091E;
}
.TagClassName
{
border-color: #F3091E;
}
</style>