Shades of Torch Red #F30610
Tints of Torch Red #F30610
RGB
CMYK
RGB Variations
Color information
#F30610 (or 0xF30610) is known color: Torch Red. HEX triplet: F3, 06 and 10. RGB value is (243,6,16). Sum of RGB (Red+Green+Blue) = 243+6+16=265 (35% of max value = 765). Red value is 243 (95.31% from 255 or 91.70% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 243 - color contains mainly: red. Hex color #F30610 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30610 is #0CF9EF. Grayscale: #4E4E4E. Windows color (decimal): -850416 or 1050355. OLE color: 1050355.
HSL color Cylindrical-coordinate representation of color #F30610: hue angle of 357.47º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30610 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 6 | 16 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.05 |
| HSL | 357.47º | 0.95% | 0.49% | - |
| HSV(B) | 357.47º | 0.98% | 0.95% | - |
| XYZ | 37.12 | 19.22 | 2.24 | - |
| YUV | 78 | 93.02 | 245.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 6 | 16 | 0 | 0.98 | 0.93 | 0.05 | 357.47 | 0.95 | 0.49 |
| Hex | F3 | 6 | 10 | 0 | 62 | 5D | 5 | 165 | 5F | 31 |
| Octal | 363 | 6 | 20 | 0 | 142 | 135 | 5 | 545 | 137 | 61 |
| Binary | 11110011 | 110 | 10000 | 0 | 1100010 | 1011101 | 101 | 101100101 | 1011111 | 110001 |
Color Harmonies of #F30610
Complementary color
Monochromatic Colors of #F30610
Black with #F30610
Text Example
Text Example
White with #F30610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30610; }
p { color: rgb(243,6,16); }
H1.HeaderClassName
{
color: #F30610;
}
.AnyTagClassName
{
color: #F30610;
}
</style>
background-color css
<style>
a { background-color: #F30610; }
a { background-color: rgb(243,6,16); }
div.DivClassName
{
background-color: #F30610;
}
.BgClassName
{
background-color: #F30610;
}
</style>
border-color css
<style>
span { border-color: #F30610; }
span { border-color: rgb(243,6,16); }
td.TdClassName
{
border-color: #F30610;
}
.TagClassName
{
border-color: #F30610;
}
</style>