Shades of Torch Red #F30517
Tints of Torch Red #F30517
RGB
CMYK
RGB Variations
Color information
#F30517 (or 0xF30517) is known color: Torch Red. HEX triplet: F3, 05 and 17. RGB value is (243,5,23). Sum of RGB (Red+Green+Blue) = 243+5+23=271 (35% of max value = 765). Red value is 243 (95.31% from 255 or 89.67% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 243 - color contains mainly: red. Hex color #F30517 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30517 is #0CFAE8. Grayscale: #4E4E4E. Windows color (decimal): -850665 or 1508851. OLE color: 1508851.
HSL color Cylindrical-coordinate representation of color #F30517: hue angle of 355.46º 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 #F30517 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 23 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.05 |
| HSL | 355.46º | 0.96% | 0.49% | - |
| HSV(B) | 355.46º | 0.98% | 0.95% | - |
| XYZ | 37.17 | 19.23 | 2.56 | - |
| YUV | 78.21 | 96.85 | 245.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 23 | 0 | 0.98 | 0.91 | 0.05 | 355.46 | 0.96 | 0.49 |
| Hex | F3 | 5 | 17 | 0 | 62 | 5B | 5 | 163 | 60 | 31 |
| Octal | 363 | 5 | 27 | 0 | 142 | 133 | 5 | 543 | 140 | 61 |
| Binary | 11110011 | 101 | 10111 | 0 | 1100010 | 1011011 | 101 | 101100011 | 1100000 | 110001 |
Color Harmonies of #F30517
Complementary color
Monochromatic Colors of #F30517
Black with #F30517
Text Example
Text Example
White with #F30517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30517; }
p { color: rgb(243,5,23); }
H1.HeaderClassName
{
color: #F30517;
}
.AnyTagClassName
{
color: #F30517;
}
</style>
background-color css
<style>
a { background-color: #F30517; }
a { background-color: rgb(243,5,23); }
div.DivClassName
{
background-color: #F30517;
}
.BgClassName
{
background-color: #F30517;
}
</style>
border-color css
<style>
span { border-color: #F30517; }
span { border-color: rgb(243,5,23); }
td.TdClassName
{
border-color: #F30517;
}
.TagClassName
{
border-color: #F30517;
}
</style>