Shades of Torch Red #F30616
Tints of Torch Red #F30616
RGB
CMYK
RGB Variations
Color information
#F30616 (or 0xF30616) is known color: Torch Red. HEX triplet: F3, 06 and 16. RGB value is (243,6,22). Sum of RGB (Red+Green+Blue) = 243+6+22=271 (35% of max value = 765). Red value is 243 (95.31% from 255 or 89.67% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 243 - color contains mainly: red. Hex color #F30616 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30616 is #0CF9E9. Grayscale: #4E4E4E. Windows color (decimal): -850410 or 1443571. OLE color: 1443571.
HSL color Cylindrical-coordinate representation of color #F30616: hue angle of 355.95º 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 #F30616 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 6 | 22 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.05 |
| HSL | 355.95º | 0.95% | 0.49% | - |
| HSV(B) | 355.95º | 0.98% | 0.95% | - |
| XYZ | 37.17 | 19.24 | 2.51 | - |
| YUV | 78.69 | 96.02 | 245.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 6 | 22 | 0 | 0.98 | 0.91 | 0.05 | 355.95 | 0.95 | 0.49 |
| Hex | F3 | 6 | 16 | 0 | 62 | 5B | 5 | 164 | 5F | 31 |
| Octal | 363 | 6 | 26 | 0 | 142 | 133 | 5 | 544 | 137 | 61 |
| Binary | 11110011 | 110 | 10110 | 0 | 1100010 | 1011011 | 101 | 101100100 | 1011111 | 110001 |
Color Harmonies of #F30616
Complementary color
Monochromatic Colors of #F30616
Black with #F30616
Text Example
Text Example
White with #F30616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30616; }
p { color: rgb(243,6,22); }
H1.HeaderClassName
{
color: #F30616;
}
.AnyTagClassName
{
color: #F30616;
}
</style>
background-color css
<style>
a { background-color: #F30616; }
a { background-color: rgb(243,6,22); }
div.DivClassName
{
background-color: #F30616;
}
.BgClassName
{
background-color: #F30616;
}
</style>
border-color css
<style>
span { border-color: #F30616; }
span { border-color: rgb(243,6,22); }
td.TdClassName
{
border-color: #F30616;
}
.TagClassName
{
border-color: #F30616;
}
</style>