Shades of Torch Red #F3080D
Tints of Torch Red #F3080D
RGB
CMYK
RGB Variations
Color information
#F3080D (or 0xF3080D) is known color: Torch Red. HEX triplet: F3, 08 and 0D. RGB value is (243,8,13). Sum of RGB (Red+Green+Blue) = 243+8+13=264 (34% of max value = 765). Red value is 243 (95.31% from 255 or 92.05% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 243 - color contains mainly: red. Hex color #F3080D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F3080D is #0CF7F2. Grayscale: #4F4F4F. Windows color (decimal): -849907 or 854259. OLE color: 854259.
HSL color Cylindrical-coordinate representation of color #F3080D: hue angle of 358.72º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F3080D is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 8 | 13 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.05 |
| HSL | 358.72º | 0.94% | 0.49% | - |
| HSV(B) | 358.72º | 0.97% | 0.95% | - |
| XYZ | 37.12 | 19.26 | 2.14 | - |
| YUV | 78.84 | 90.86 | 245.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 8 | 13 | 0 | 0.97 | 0.95 | 0.05 | 358.72 | 0.94 | 0.49 |
| Hex | F3 | 8 | D | 0 | 61 | 5F | 5 | 167 | 5E | 31 |
| Octal | 363 | 10 | 15 | 0 | 141 | 137 | 5 | 547 | 136 | 61 |
| Binary | 11110011 | 1000 | 1101 | 0 | 1100001 | 1011111 | 101 | 101100111 | 1011110 | 110001 |
Color Harmonies of #F3080D
Complementary color
Monochromatic Colors of #F3080D
Black with #F3080D
Text Example
Text Example
White with #F3080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3080D; }
p { color: rgb(243,8,13); }
H1.HeaderClassName
{
color: #F3080D;
}
.AnyTagClassName
{
color: #F3080D;
}
</style>
background-color css
<style>
a { background-color: #F3080D; }
a { background-color: rgb(243,8,13); }
div.DivClassName
{
background-color: #F3080D;
}
.BgClassName
{
background-color: #F3080D;
}
</style>
border-color css
<style>
span { border-color: #F3080D; }
span { border-color: rgb(243,8,13); }
td.TdClassName
{
border-color: #F3080D;
}
.TagClassName
{
border-color: #F3080D;
}
</style>