Shades of Torch Red #F30910
Tints of Torch Red #F30910
RGB
CMYK
RGB Variations
Color information
#F30910 (or 0xF30910) is known color: Torch Red. HEX triplet: F3, 09 and 10. RGB value is (243,9,16). Sum of RGB (Red+Green+Blue) = 243+9+16=268 (35% of max value = 765). Red value is 243 (95.31% from 255 or 90.67% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 243 - color contains mainly: red. Hex color #F30910 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30910 is #0CF6EF. Grayscale: #4F4F4F. Windows color (decimal): -849648 or 1051123. OLE color: 1051123.
HSL color Cylindrical-coordinate representation of color #F30910: hue angle of 358.21º 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 #F30910 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 16 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.05 |
| HSL | 358.21º | 0.93% | 0.49% | - |
| HSV(B) | 358.21º | 0.96% | 0.95% | - |
| XYZ | 37.15 | 19.29 | 2.25 | - |
| YUV | 79.76 | 92.02 | 244.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 16 | 0 | 0.96 | 0.93 | 0.05 | 358.21 | 0.93 | 0.49 |
| Hex | F3 | 9 | 10 | 0 | 60 | 5D | 5 | 166 | 5D | 31 |
| Octal | 363 | 11 | 20 | 0 | 140 | 135 | 5 | 546 | 135 | 61 |
| Binary | 11110011 | 1001 | 10000 | 0 | 1100000 | 1011101 | 101 | 101100110 | 1011101 | 110001 |
Color Harmonies of #F30910
Complementary color
Monochromatic Colors of #F30910
Black with #F30910
Text Example
Text Example
White with #F30910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30910; }
p { color: rgb(243,9,16); }
H1.HeaderClassName
{
color: #F30910;
}
.AnyTagClassName
{
color: #F30910;
}
</style>
background-color css
<style>
a { background-color: #F30910; }
a { background-color: rgb(243,9,16); }
div.DivClassName
{
background-color: #F30910;
}
.BgClassName
{
background-color: #F30910;
}
</style>
border-color css
<style>
span { border-color: #F30910; }
span { border-color: rgb(243,9,16); }
td.TdClassName
{
border-color: #F30910;
}
.TagClassName
{
border-color: #F30910;
}
</style>