Shades of Torch Red #F30A26
Tints of Torch Red #F30A26
RGB
CMYK
RGB Variations
Color information
#F30A26 (or 0xF30A26) is known color: Torch Red. HEX triplet: F3, 0A and 26. RGB value is (243,10,38). Sum of RGB (Red+Green+Blue) = 243+10+38=291 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.51% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 243 - color contains mainly: red. Hex color #F30A26 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30A26 is #0CF5D9. Grayscale: #525252. Windows color (decimal): -849370 or 2493171. OLE color: 2493171.
HSL color Cylindrical-coordinate representation of color #F30A26: hue angle of 352.79º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F30A26 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 10 | 38 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.05 |
| HSL | 352.79º | 0.92% | 0.5% | - |
| HSV(B) | 352.79º | 0.96% | 0.95% | - |
| XYZ | 37.42 | 19.41 | 3.61 | - |
| YUV | 82.86 | 102.69 | 242.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 10 | 38 | 0 | 0.96 | 0.84 | 0.05 | 352.79 | 0.92 | 0.5 |
| Hex | F3 | A | 26 | 0 | 60 | 54 | 5 | 161 | 5C | 32 |
| Octal | 363 | 12 | 46 | 0 | 140 | 124 | 5 | 541 | 134 | 62 |
| Binary | 11110011 | 1010 | 100110 | 0 | 1100000 | 1010100 | 101 | 101100001 | 1011100 | 110010 |
Color Harmonies of #F30A26
Complementary color
Monochromatic Colors of #F30A26
Black with #F30A26
Text Example
Text Example
White with #F30A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30A26; }
p { color: rgb(243,10,38); }
H1.HeaderClassName
{
color: #F30A26;
}
.AnyTagClassName
{
color: #F30A26;
}
</style>
background-color css
<style>
a { background-color: #F30A26; }
a { background-color: rgb(243,10,38); }
div.DivClassName
{
background-color: #F30A26;
}
.BgClassName
{
background-color: #F30A26;
}
</style>
border-color css
<style>
span { border-color: #F30A26; }
span { border-color: rgb(243,10,38); }
td.TdClassName
{
border-color: #F30A26;
}
.TagClassName
{
border-color: #F30A26;
}
</style>