Shades of Torch Red #F20345
Tints of Torch Red #F20345
RGB
CMYK
RGB Variations
Color information
#F20345 (or 0xF20345) is known color: Torch Red. HEX triplet: F2, 03 and 45. RGB value is (242,3,69). Sum of RGB (Red+Green+Blue) = 242+3+69=314 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.07% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 242 - color contains mainly: red. Hex color #F20345 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20345 is #0DFCBA. Grayscale: #515151. Windows color (decimal): -916667 or 4522994. OLE color: 4522994.
HSL color Cylindrical-coordinate representation of color #F20345: hue angle of 343.43º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F20345 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 3 | 69 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.05 |
| HSL | 343.43º | 0.98% | 0.48% | - |
| HSV(B) | 343.43º | 0.99% | 0.95% | - |
| XYZ | 37.72 | 19.37 | 7.38 | - |
| YUV | 81.99 | 120.68 | 242.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 3 | 69 | 0 | 0.99 | 0.71 | 0.05 | 343.43 | 0.98 | 0.48 |
| Hex | F2 | 3 | 45 | 0 | 63 | 47 | 5 | 157 | 62 | 30 |
| Octal | 362 | 3 | 105 | 0 | 143 | 107 | 5 | 527 | 142 | 60 |
| Binary | 11110010 | 11 | 1000101 | 0 | 1100011 | 1000111 | 101 | 101010111 | 1100010 | 110000 |
Color Harmonies of #F20345
Complementary color
Monochromatic Colors of #F20345
Black with #F20345
Text Example
Text Example
White with #F20345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20345; }
p { color: rgb(242,3,69); }
H1.HeaderClassName
{
color: #F20345;
}
.AnyTagClassName
{
color: #F20345;
}
</style>
background-color css
<style>
a { background-color: #F20345; }
a { background-color: rgb(242,3,69); }
div.DivClassName
{
background-color: #F20345;
}
.BgClassName
{
background-color: #F20345;
}
</style>
border-color css
<style>
span { border-color: #F20345; }
span { border-color: rgb(242,3,69); }
td.TdClassName
{
border-color: #F20345;
}
.TagClassName
{
border-color: #F20345;
}
</style>