Shades of Torch Red #F30A1E
Tints of Torch Red #F30A1E
RGB
CMYK
RGB Variations
Color information
#F30A1E (or 0xF30A1E) is known color: Torch Red. HEX triplet: F3, 0A and 1E. RGB value is (243,10,30). Sum of RGB (Red+Green+Blue) = 243+10+30=283 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.87% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 243 - color contains mainly: red. Hex color #F30A1E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30A1E is #0CF5E1. Grayscale: #525252. Windows color (decimal): -849378 or 1968883. OLE color: 1968883.
HSL color Cylindrical-coordinate representation of color #F30A1E: hue angle of 354.85º 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 #F30A1E is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 10 | 30 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.05 |
| HSL | 354.85º | 0.92% | 0.5% | - |
| HSV(B) | 354.85º | 0.96% | 0.95% | - |
| XYZ | 37.31 | 19.37 | 3 | - |
| YUV | 81.95 | 98.69 | 242.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 10 | 30 | 0 | 0.96 | 0.88 | 0.05 | 354.85 | 0.92 | 0.5 |
| Hex | F3 | A | 1E | 0 | 60 | 58 | 5 | 163 | 5C | 32 |
| Octal | 363 | 12 | 36 | 0 | 140 | 130 | 5 | 543 | 134 | 62 |
| Binary | 11110011 | 1010 | 11110 | 0 | 1100000 | 1011000 | 101 | 101100011 | 1011100 | 110010 |
Color Harmonies of #F30A1E
Complementary color
Monochromatic Colors of #F30A1E
Black with #F30A1E
Text Example
Text Example
White with #F30A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30A1E; }
p { color: rgb(243,10,30); }
H1.HeaderClassName
{
color: #F30A1E;
}
.AnyTagClassName
{
color: #F30A1E;
}
</style>
background-color css
<style>
a { background-color: #F30A1E; }
a { background-color: rgb(243,10,30); }
div.DivClassName
{
background-color: #F30A1E;
}
.BgClassName
{
background-color: #F30A1E;
}
</style>
border-color css
<style>
span { border-color: #F30A1E; }
span { border-color: rgb(243,10,30); }
td.TdClassName
{
border-color: #F30A1E;
}
.TagClassName
{
border-color: #F30A1E;
}
</style>