Shades of Torch Red #F30831
Tints of Torch Red #F30831
RGB
CMYK
RGB Variations
Color information
#F30831 (or 0xF30831) is known color: Torch Red. HEX triplet: F3, 08 and 31. RGB value is (243,8,49). Sum of RGB (Red+Green+Blue) = 243+8+49=300 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 243 - color contains mainly: red. Hex color #F30831 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30831 is #0CF7CE. Grayscale: #535353. Windows color (decimal): -849871 or 3213555. OLE color: 3213555.
HSL color Cylindrical-coordinate representation of color #F30831: hue angle of 349.53º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F30831 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 8 | 49 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.05 |
| HSL | 349.53º | 0.94% | 0.49% | - |
| HSV(B) | 349.53º | 0.97% | 0.95% | - |
| XYZ | 37.6 | 19.45 | 4.68 | - |
| YUV | 82.94 | 108.86 | 242.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 8 | 49 | 0 | 0.97 | 0.80 | 0.05 | 349.53 | 0.94 | 0.49 |
| Hex | F3 | 8 | 31 | 0 | 61 | 50 | 5 | 15E | 5E | 31 |
| Octal | 363 | 10 | 61 | 0 | 141 | 120 | 5 | 536 | 136 | 61 |
| Binary | 11110011 | 1000 | 110001 | 0 | 1100001 | 1010000 | 101 | 101011110 | 1011110 | 110001 |
Color Harmonies of #F30831
Complementary color
Monochromatic Colors of #F30831
Black with #F30831
Text Example
Text Example
White with #F30831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30831; }
p { color: rgb(243,8,49); }
H1.HeaderClassName
{
color: #F30831;
}
.AnyTagClassName
{
color: #F30831;
}
</style>
background-color css
<style>
a { background-color: #F30831; }
a { background-color: rgb(243,8,49); }
div.DivClassName
{
background-color: #F30831;
}
.BgClassName
{
background-color: #F30831;
}
</style>
border-color css
<style>
span { border-color: #F30831; }
span { border-color: rgb(243,8,49); }
td.TdClassName
{
border-color: #F30831;
}
.TagClassName
{
border-color: #F30831;
}
</style>