Shades of Torch Red #F30515
Tints of Torch Red #F30515
RGB
CMYK
RGB Variations
Color information
#F30515 (or 0xF30515) is known color: Torch Red. HEX triplet: F3, 05 and 15. RGB value is (243,5,21). Sum of RGB (Red+Green+Blue) = 243+5+21=269 (35% of max value = 765). Red value is 243 (95.31% from 255 or 90.33% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 243 - color contains mainly: red. Hex color #F30515 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30515 is #0CFAEA. Grayscale: #4E4E4E. Windows color (decimal): -850667 or 1377779. OLE color: 1377779.
HSL color Cylindrical-coordinate representation of color #F30515: hue angle of 355.97º 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 #F30515 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 21 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.05 |
| HSL | 355.97º | 0.96% | 0.49% | - |
| HSV(B) | 355.97º | 0.98% | 0.95% | - |
| XYZ | 37.15 | 19.22 | 2.46 | - |
| YUV | 77.99 | 95.85 | 245.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 21 | 0 | 0.98 | 0.91 | 0.05 | 355.97 | 0.96 | 0.49 |
| Hex | F3 | 5 | 15 | 0 | 62 | 5B | 5 | 164 | 60 | 31 |
| Octal | 363 | 5 | 25 | 0 | 142 | 133 | 5 | 544 | 140 | 61 |
| Binary | 11110011 | 101 | 10101 | 0 | 1100010 | 1011011 | 101 | 101100100 | 1100000 | 110001 |
Color Harmonies of #F30515
Complementary color
Monochromatic Colors of #F30515
Black with #F30515
Text Example
Text Example
White with #F30515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30515; }
p { color: rgb(243,5,21); }
H1.HeaderClassName
{
color: #F30515;
}
.AnyTagClassName
{
color: #F30515;
}
</style>
background-color css
<style>
a { background-color: #F30515; }
a { background-color: rgb(243,5,21); }
div.DivClassName
{
background-color: #F30515;
}
.BgClassName
{
background-color: #F30515;
}
</style>
border-color css
<style>
span { border-color: #F30515; }
span { border-color: rgb(243,5,21); }
td.TdClassName
{
border-color: #F30515;
}
.TagClassName
{
border-color: #F30515;
}
</style>