Shades of Torch Red #F30F2A
Tints of Torch Red #F30F2A
RGB
CMYK
RGB Variations
Color information
#F30F2A (or 0xF30F2A) is known color: Torch Red. HEX triplet: F3, 0F and 2A. RGB value is (243,15,42). Sum of RGB (Red+Green+Blue) = 243+15+42=300 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 243 - color contains mainly: red. Hex color #F30F2A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30F2A is #0CF0D5. Grayscale: #565656. Windows color (decimal): -848086 or 2756595. OLE color: 2756595.
HSL color Cylindrical-coordinate representation of color #F30F2A: hue angle of 352.89º 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 #F30F2A is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 42 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.05 |
| HSL | 352.89º | 0.9% | 0.51% | - |
| HSV(B) | 352.89º | 0.94% | 0.95% | - |
| XYZ | 37.55 | 19.56 | 3.99 | - |
| YUV | 86.25 | 103.04 | 239.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 42 | 0 | 0.94 | 0.83 | 0.05 | 352.89 | 0.9 | 0.51 |
| Hex | F3 | F | 2A | 0 | 5E | 53 | 5 | 161 | 5A | 33 |
| Octal | 363 | 17 | 52 | 0 | 136 | 123 | 5 | 541 | 132 | 63 |
| Binary | 11110011 | 1111 | 101010 | 0 | 1011110 | 1010011 | 101 | 101100001 | 1011010 | 110011 |
Color Harmonies of #F30F2A
Complementary color
Monochromatic Colors of #F30F2A
Black with #F30F2A
Text Example
Text Example
White with #F30F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30F2A; }
p { color: rgb(243,15,42); }
H1.HeaderClassName
{
color: #F30F2A;
}
.AnyTagClassName
{
color: #F30F2A;
}
</style>
background-color css
<style>
a { background-color: #F30F2A; }
a { background-color: rgb(243,15,42); }
div.DivClassName
{
background-color: #F30F2A;
}
.BgClassName
{
background-color: #F30F2A;
}
</style>
border-color css
<style>
span { border-color: #F30F2A; }
span { border-color: rgb(243,15,42); }
td.TdClassName
{
border-color: #F30F2A;
}
.TagClassName
{
border-color: #F30F2A;
}
</style>