Shades of Torch Red #F30E2B
Tints of Torch Red #F30E2B
RGB
CMYK
RGB Variations
Color information
#F30E2B (or 0xF30E2B) is known color: Torch Red. HEX triplet: F3, 0E and 2B. RGB value is (243,14,43). Sum of RGB (Red+Green+Blue) = 243+14+43=300 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81% from 300); Green value is 14 (5.86% from 255 or 4.67% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 243 - color contains mainly: red. Hex color #F30E2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30E2B is #0CF1D4. Grayscale: #555555. Windows color (decimal): -848341 or 2821875. OLE color: 2821875.
HSL color Cylindrical-coordinate representation of color #F30E2B: hue angle of 352.4º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30E2B is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 14 | 43 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.05 |
| HSL | 352.4º | 0.91% | 0.5% | - |
| HSV(B) | 352.4º | 0.94% | 0.95% | - |
| XYZ | 37.56 | 19.54 | 4.08 | - |
| YUV | 85.78 | 103.87 | 240.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 14 | 43 | 0 | 0.94 | 0.82 | 0.05 | 352.4 | 0.91 | 0.5 |
| Hex | F3 | E | 2B | 0 | 5E | 52 | 5 | 160 | 5B | 32 |
| Octal | 363 | 16 | 53 | 0 | 136 | 122 | 5 | 540 | 133 | 62 |
| Binary | 11110011 | 1110 | 101011 | 0 | 1011110 | 1010010 | 101 | 101100000 | 1011011 | 110010 |
Color Harmonies of #F30E2B
Complementary color
Monochromatic Colors of #F30E2B
Black with #F30E2B
Text Example
Text Example
White with #F30E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30E2B; }
p { color: rgb(243,14,43); }
H1.HeaderClassName
{
color: #F30E2B;
}
.AnyTagClassName
{
color: #F30E2B;
}
</style>
background-color css
<style>
a { background-color: #F30E2B; }
a { background-color: rgb(243,14,43); }
div.DivClassName
{
background-color: #F30E2B;
}
.BgClassName
{
background-color: #F30E2B;
}
</style>
border-color css
<style>
span { border-color: #F30E2B; }
span { border-color: rgb(243,14,43); }
td.TdClassName
{
border-color: #F30E2B;
}
.TagClassName
{
border-color: #F30E2B;
}
</style>