Shades of Torch Red #F30514
Tints of Torch Red #F30514
RGB
CMYK
RGB Variations
Color information
#F30514 (or 0xF30514) is known color: Torch Red. HEX triplet: F3, 05 and 14. RGB value is (243,5,20). Sum of RGB (Red+Green+Blue) = 243+5+20=268 (35% of max value = 765). Red value is 243 (95.31% from 255 or 90.67% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 243 - color contains mainly: red. Hex color #F30514 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30514 is #0CFAEB. Grayscale: #4E4E4E. Windows color (decimal): -850668 or 1312243. OLE color: 1312243.
HSL color Cylindrical-coordinate representation of color #F30514: hue angle of 356.22º degrees, saturation: 0.96, 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 #F30514 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 20 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.05 |
| HSL | 356.22º | 0.96% | 0.49% | - |
| HSV(B) | 356.22º | 0.98% | 0.95% | - |
| XYZ | 37.14 | 19.21 | 2.41 | - |
| YUV | 77.87 | 95.35 | 245.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 20 | 0 | 0.98 | 0.92 | 0.05 | 356.22 | 0.96 | 0.49 |
| Hex | F3 | 5 | 14 | 0 | 62 | 5C | 5 | 164 | 60 | 31 |
| Octal | 363 | 5 | 24 | 0 | 142 | 134 | 5 | 544 | 140 | 61 |
| Binary | 11110011 | 101 | 10100 | 0 | 1100010 | 1011100 | 101 | 101100100 | 1100000 | 110001 |
Color Harmonies of #F30514
Complementary color
Monochromatic Colors of #F30514
Black with #F30514
Text Example
Text Example
White with #F30514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30514; }
p { color: rgb(243,5,20); }
H1.HeaderClassName
{
color: #F30514;
}
.AnyTagClassName
{
color: #F30514;
}
</style>
background-color css
<style>
a { background-color: #F30514; }
a { background-color: rgb(243,5,20); }
div.DivClassName
{
background-color: #F30514;
}
.BgClassName
{
background-color: #F30514;
}
</style>
border-color css
<style>
span { border-color: #F30514; }
span { border-color: rgb(243,5,20); }
td.TdClassName
{
border-color: #F30514;
}
.TagClassName
{
border-color: #F30514;
}
</style>