Shades of Torch Red #F30912
Tints of Torch Red #F30912
RGB
CMYK
RGB Variations
Color information
#F30912 (or 0xF30912) is known color: Torch Red. HEX triplet: F3, 09 and 12. RGB value is (243,9,18). Sum of RGB (Red+Green+Blue) = 243+9+18=270 (35% of max value = 765). Red value is 243 (95.31% from 255 or 90% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 243 - color contains mainly: red. Hex color #F30912 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30912 is #0CF6ED. Grayscale: #505050. Windows color (decimal): -849646 or 1182195. OLE color: 1182195.
HSL color Cylindrical-coordinate representation of color #F30912: hue angle of 357.69º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F30912 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 18 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.05 |
| HSL | 357.69º | 0.93% | 0.49% | - |
| HSV(B) | 357.69º | 0.96% | 0.95% | - |
| XYZ | 37.17 | 19.29 | 2.34 | - |
| YUV | 79.99 | 93.02 | 244.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 18 | 0 | 0.96 | 0.93 | 0.05 | 357.69 | 0.93 | 0.49 |
| Hex | F3 | 9 | 12 | 0 | 60 | 5D | 5 | 166 | 5D | 31 |
| Octal | 363 | 11 | 22 | 0 | 140 | 135 | 5 | 546 | 135 | 61 |
| Binary | 11110011 | 1001 | 10010 | 0 | 1100000 | 1011101 | 101 | 101100110 | 1011101 | 110001 |
Color Harmonies of #F30912
Complementary color
Monochromatic Colors of #F30912
Black with #F30912
Text Example
Text Example
White with #F30912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30912; }
p { color: rgb(243,9,18); }
H1.HeaderClassName
{
color: #F30912;
}
.AnyTagClassName
{
color: #F30912;
}
</style>
background-color css
<style>
a { background-color: #F30912; }
a { background-color: rgb(243,9,18); }
div.DivClassName
{
background-color: #F30912;
}
.BgClassName
{
background-color: #F30912;
}
</style>
border-color css
<style>
span { border-color: #F30912; }
span { border-color: rgb(243,9,18); }
td.TdClassName
{
border-color: #F30912;
}
.TagClassName
{
border-color: #F30912;
}
</style>