Shades of Torch Red #F30A30
Tints of Torch Red #F30A30
RGB
CMYK
RGB Variations
Color information
#F30A30 (or 0xF30A30) is known color: Torch Red. HEX triplet: F3, 0A and 30. RGB value is (243,10,48). Sum of RGB (Red+Green+Blue) = 243+10+48=301 (39% of max value = 765). Red value is 243 (95.31% from 255 or 80.73% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 243 - color contains mainly: red. Hex color #F30A30 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30A30 is #0CF5CF. Grayscale: #545454. Windows color (decimal): -849360 or 3148531. OLE color: 3148531.
HSL color Cylindrical-coordinate representation of color #F30A30: hue angle of 350.21º 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 #F30A30 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 10 | 48 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.05 |
| HSL | 350.21º | 0.92% | 0.5% | - |
| HSV(B) | 350.21º | 0.96% | 0.95% | - |
| XYZ | 37.6 | 19.49 | 4.58 | - |
| YUV | 84 | 107.69 | 241.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 10 | 48 | 0 | 0.96 | 0.80 | 0.05 | 350.21 | 0.92 | 0.5 |
| Hex | F3 | A | 30 | 0 | 60 | 50 | 5 | 15E | 5C | 32 |
| Octal | 363 | 12 | 60 | 0 | 140 | 120 | 5 | 536 | 134 | 62 |
| Binary | 11110011 | 1010 | 110000 | 0 | 1100000 | 1010000 | 101 | 101011110 | 1011100 | 110010 |
Color Harmonies of #F30A30
Complementary color
Monochromatic Colors of #F30A30
Black with #F30A30
Text Example
Text Example
White with #F30A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30A30; }
p { color: rgb(243,10,48); }
H1.HeaderClassName
{
color: #F30A30;
}
.AnyTagClassName
{
color: #F30A30;
}
</style>
background-color css
<style>
a { background-color: #F30A30; }
a { background-color: rgb(243,10,48); }
div.DivClassName
{
background-color: #F30A30;
}
.BgClassName
{
background-color: #F30A30;
}
</style>
border-color css
<style>
span { border-color: #F30A30; }
span { border-color: rgb(243,10,48); }
td.TdClassName
{
border-color: #F30A30;
}
.TagClassName
{
border-color: #F30A30;
}
</style>