Shades of Torch Red #F30F2B
Tints of Torch Red #F30F2B
RGB
CMYK
RGB Variations
Color information
#F30F2B (or 0xF30F2B) is known color: Torch Red. HEX triplet: F3, 0F and 2B. RGB value is (243,15,43). Sum of RGB (Red+Green+Blue) = 243+15+43=301 (39% of max value = 765). Red value is 243 (95.31% from 255 or 80.73% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 243 - color contains mainly: red. Hex color #F30F2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30F2B is #0CF0D4. Grayscale: #565656. Windows color (decimal): -848085 or 2822131. OLE color: 2822131.
HSL color Cylindrical-coordinate representation of color #F30F2B: hue angle of 352.63º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30F2B is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 43 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.05 |
| HSL | 352.63º | 0.9% | 0.51% | - |
| HSV(B) | 352.63º | 0.94% | 0.95% | - |
| XYZ | 37.57 | 19.57 | 4.08 | - |
| YUV | 86.36 | 103.54 | 239.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 43 | 0 | 0.94 | 0.82 | 0.05 | 352.63 | 0.9 | 0.51 |
| Hex | F3 | F | 2B | 0 | 5E | 52 | 5 | 161 | 5A | 33 |
| Octal | 363 | 17 | 53 | 0 | 136 | 122 | 5 | 541 | 132 | 63 |
| Binary | 11110011 | 1111 | 101011 | 0 | 1011110 | 1010010 | 101 | 101100001 | 1011010 | 110011 |
Color Harmonies of #F30F2B
Complementary color
Monochromatic Colors of #F30F2B
Black with #F30F2B
Text Example
Text Example
White with #F30F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30F2B; }
p { color: rgb(243,15,43); }
H1.HeaderClassName
{
color: #F30F2B;
}
.AnyTagClassName
{
color: #F30F2B;
}
</style>
background-color css
<style>
a { background-color: #F30F2B; }
a { background-color: rgb(243,15,43); }
div.DivClassName
{
background-color: #F30F2B;
}
.BgClassName
{
background-color: #F30F2B;
}
</style>
border-color css
<style>
span { border-color: #F30F2B; }
span { border-color: rgb(243,15,43); }
td.TdClassName
{
border-color: #F30F2B;
}
.TagClassName
{
border-color: #F30F2B;
}
</style>