Shades of Torch Red #F3010F
Tints of Torch Red #F3010F
RGB
CMYK
RGB Variations
Color information
#F3010F (or 0xF3010F) is known color: Torch Red. HEX triplet: F3, 01 and 0F. RGB value is (243,1,15). Sum of RGB (Red+Green+Blue) = 243+1+15=259 (34% of max value = 765). Red value is 243 (95.31% from 255 or 93.82% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 243 - color contains mainly: red. Hex color #F3010F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F3010F is #0CFEF0. Grayscale: #4B4B4B. Windows color (decimal): -851697 or 983539. OLE color: 983539.
HSL color Cylindrical-coordinate representation of color #F3010F: hue angle of 356.53º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F3010F is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 15 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.05 |
| HSL | 356.53º | 0.99% | 0.48% | - |
| HSV(B) | 356.53º | 1% | 0.95% | - |
| XYZ | 37.06 | 19.11 | 2.19 | - |
| YUV | 74.95 | 94.17 | 247.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 15 | 0 | 1.00 | 0.94 | 0.05 | 356.53 | 0.99 | 0.48 |
| Hex | F3 | 1 | F | 0 | 64 | 5E | 5 | 165 | 63 | 30 |
| Octal | 363 | 1 | 17 | 0 | 144 | 136 | 5 | 545 | 143 | 60 |
| Binary | 11110011 | 1 | 1111 | 0 | 1100100 | 1011110 | 101 | 101100101 | 1100011 | 110000 |
Color Harmonies of #F3010F
Complementary color
Monochromatic Colors of #F3010F
Black with #F3010F
Text Example
Text Example
White with #F3010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3010F; }
p { color: rgb(243,1,15); }
H1.HeaderClassName
{
color: #F3010F;
}
.AnyTagClassName
{
color: #F3010F;
}
</style>
background-color css
<style>
a { background-color: #F3010F; }
a { background-color: rgb(243,1,15); }
div.DivClassName
{
background-color: #F3010F;
}
.BgClassName
{
background-color: #F3010F;
}
</style>
border-color css
<style>
span { border-color: #F3010F; }
span { border-color: rgb(243,1,15); }
td.TdClassName
{
border-color: #F3010F;
}
.TagClassName
{
border-color: #F3010F;
}
</style>